aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro
blob: 13d39c0225d38fdffcff71ac6fbb7ffbf9d2fe1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

macx:CONFIG += insignificant_test   # QTBUG-25288