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

HEADERS += ../shared/debugutil_p.h

SOURCES += tst_qv8profilerservice.cpp \
           ../shared/debugutil.cpp

OTHER_FILES += data/test.qml

CONFIG += parallel_test declarative_debug

QT += core-private gui-private v8-private declarative-private network testlib