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

HEADERS += ../shared/debugutil_p.h

SOURCES += tst_qqmlprofilerservice.cpp \
           ../shared/debugutil.cpp
OTHER_FILES += data/test.qml

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

CONFIG += parallel_test declarative_debug

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