cppcheck/gui/test/filelist/filelist.pro

27 lines
595 B
Prolog
Raw Normal View History

TEMPLATE = app
TARGET = test-filelist
DEPENDPATH += .
INCLUDEPATH += . ../../../externals/simplecpp
OBJECTS_DIR = ../build
MOC_DIR = ../build
2019-04-19 07:39:43 +02:00
QT += testlib
include(../common.pri)
2019-04-19 13:44:55 +02:00
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