2011-06-17 12:46:40 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = test-filelist
|
|
|
|
DEPENDPATH += .
|
2019-04-19 11:57:52 +02:00
|
|
|
INCLUDEPATH += . ../../../externals/simplecpp
|
2011-06-17 12:46:40 +02:00
|
|
|
OBJECTS_DIR = ../build
|
|
|
|
MOC_DIR = ../build
|
2019-04-19 07:39:43 +02:00
|
|
|
QT += testlib
|
2011-06-17 12:46:40 +02:00
|
|
|
|
|
|
|
include(../common.pri)
|
|
|
|
|
2019-04-19 13:44:55 +02:00
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
|
2011-06-17 12:46:40 +02:00
|
|
|
# tests
|
2019-04-19 11:57:52 +02:00
|
|
|
SOURCES += testfilelist.cpp \
|
|
|
|
../../filelist.cpp \
|
|
|
|
../../../lib/pathmatch.cpp \
|
|
|
|
../../../lib/path.cpp \
|
|
|
|
../../../externals/simplecpp/simplecpp.cpp
|
2011-06-17 12:46:40 +02:00
|
|
|
|
2019-04-19 11:57:52 +02:00
|
|
|
HEADERS += testfilelist.h \
|
|
|
|
../../filelist.h \
|
|
|
|
../../../lib/pathmatch.h \
|
|
|
|
../../../lib/path.h \
|
|
|
|
../../../externals/simplecpp/simplecpp.h
|