aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/holistic/holistic.pro
blob: 586af7927540f82d7e0b070eb86b380f797a8a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TEMPLATE = app
TARGET = tst_holistic
QT += declarative network testlib
macx:CONFIG -= app_bundle

CONFIG += release

SOURCES += tst_holistic.cpp \
           testtypes.cpp
HEADERS += testtypes.h

DEFINES += SRCDIR=\\\"$$PWD\\\"