aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinstruction/qqmlinstruction.pro
blob: 73f29ab973342972b4302364142d59c823bdaa54 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qqmlinstruction
SOURCES += tst_qqmlinstruction.cpp
macx:CONFIG -= app_bundle

CONFIG += parallel_test

include (../../shared/util.pri)

QT += core-private gui-private v8-private qml-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0