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

CONFIG += release

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

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