aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/holistic/holistic.pro
blob: 60b7dbe6cccea79642124ac8b9c5b95a25311fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += benchmark
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\\\"