aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/holistic/holistic.pro
blob: 72ca376523e50a0c27b445d7591a4d769336ae87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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\\\"
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0