forked from pfqgauxfb/code-analysis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
467 B
23 lines
467 B
TEMPLATE = app
|
|
TARGET = test-projectfile
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += . ../../../externals/simplecpp ../../../externals/tinyxml2 ../../../externals/picojson
|
|
OBJECTS_DIR = ../../temp
|
|
MOC_DIR = ../../temp
|
|
|
|
QT -= gui
|
|
QT += core
|
|
QT += testlib
|
|
|
|
include(../common.pri)
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
# tests
|
|
SOURCES += testprojectfile.cpp \
|
|
../../projectfile.cpp
|
|
|
|
HEADERS += testprojectfile.h \
|
|
../../projectfile.h \
|
|
../../../externals/picojson/picojson.h
|