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

CONFIG += release

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

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