cppcheck/gui/test/projectfile/projectfile.pro

16 lines
264 B
Prolog

TEMPLATE = app
TARGET = test-projectfile
DEPENDPATH += .
INCLUDEPATH += .
OBJECTS_DIR = ../build
MOC_DIR = ../build
include(../common.pri)
# tests
SOURCES += testprojectfile.cpp \
../../projectfile.cpp
HEADERS += testprojectfile.h \
../../projectfile.h