QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / benchmarks / declarative / holistic / holistic.pro
1 CONFIG += testcase
2 TEMPLATE = app
3 TARGET = tst_holistic
4 QT += declarative network testlib
5 macx:CONFIG -= app_bundle
6
7 CONFIG += release
8
9 SOURCES += tst_holistic.cpp \
10            testtypes.cpp
11 HEADERS += testtypes.h
12
13 DEFINES += SRCDIR=\\\"$$PWD\\\"