cppcheck/gui/test/filelist/filelist.pro

17 lines
248 B
Prolog
Raw Normal View History

TEMPLATE = app
TARGET = test-filelist
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
2019-04-19 07:39:43 +02:00
QT += testlib
include(../common.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
# tests
SOURCES += testfilelist.cpp
HEADERS += testfilelist.h