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

HEADERS += ../shared/debugutil_p.h \
           ../../../shared/util.h

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

OTHER_FILES += data/test.qml

CONFIG += parallel_test declarative_debug

QT += declarative-private testlib