You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
621 B
30 lines
621 B
TEMPLATE = app
|
|
TARGET = test-filelist
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . ../../../externals/simplecpp
|
|
OBJECTS_DIR = ../../temp
|
|
MOC_DIR = ../../temp
|
|
|
|
QT -= gui
|
|
QT += core
|
|
QT += testlib
|
|
|
|
include(../common.pri)
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
# tests
|
|
SOURCES += testfilelist.cpp \
|
|
../../filelist.cpp \
|
|
../../../lib/pathmatch.cpp \
|
|
../../../lib/path.cpp \
|
|
../../../lib/utils.cpp \
|
|
../../../externals/simplecpp/simplecpp.cpp
|
|
|
|
HEADERS += testfilelist.h \
|
|
../../filelist.h \
|
|
../../../lib/pathmatch.h \
|
|
../../../lib/path.h \
|
|
../../../lib/utils.h \
|
|
../../../externals/simplecpp/simplecpp.h
|