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

SOURCES += tst_qqmlenginecontrol.cpp

include(../shared/debugutil.pri)

TESTDATA = data/*

QT += core qml testlib testlib-private gui-private core-private

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