2011-06-16 13:24:33 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = test-projectfile
|
|
|
|
DEPENDPATH += .
|
|
|
|
INCLUDEPATH += .
|
|
|
|
OBJECTS_DIR = ../build
|
|
|
|
MOC_DIR = ../build
|
|
|
|
|
|
|
|
include(../common.pri)
|
|
|
|
|
2019-04-19 13:44:55 +02:00
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
|
2011-06-16 13:24:33 +02:00
|
|
|
# tests
|
2019-04-19 11:57:52 +02:00
|
|
|
SOURCES += testprojectfile.cpp \
|
|
|
|
../../projectfile.cpp
|
2011-06-16 13:24:33 +02:00
|
|
|
|
2019-04-19 11:57:52 +02:00
|
|
|
HEADERS += testprojectfile.h \
|
|
|
|
../../projectfile.h
|