cppcheck/gui/test/filelist/filelist.pro

16 lines
234 B
Prolog

TEMPLATE = app
TARGET = test-filelist
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
include(../common.pri)
DEFINES += SRCDIR=\\\"$$PWD\\\"
# tests
SOURCES += testfilelist.cpp
HEADERS += testfilelist.h