aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro
blob: 5088953c923002fd00dc0374a6a4c6a56d3312f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qv8profilerservice
macx:CONFIG -= app_bundle

SOURCES += tst_qv8profilerservice.cpp

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

OTHER_FILES += data/test.qml

CONFIG += parallel_test declarative_debug

QT += qml testlib