aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmlenginecontrol/qqmlenginecontrol.pro
blob: 901dd229c0bb5dc0c1f8d0e020da33786acb0232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CONFIG += testcase
TARGET = tst_qqmlenginecontrol
macx:CONFIG -= app_bundle

SOURCES += tst_qqmlenginecontrol.cpp

INCLUDEPATH += ../shared
include(../../../shared/util.pri)
include(../shared/debugutil.pri)

TESTDATA = data/*

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

OTHER_FILES += \
    data/test.qml \
    data/exit.qml