aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlinstruction/qqmlinstruction.pro
blob: 648abd2945effc0953ca3c22893696fe54c82705 (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  qml-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0