summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebug/qdeclarativedebug.pro
blob: 6e33e3d5a3a342bd4b542c0da1cde90a6a1aa78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qdeclarativedebug

QT += testlib
contains(QT_CONFIG,quick1): QT += network quick1 quick1-private core-private script-private gui-private widgets-private
macx:CONFIG -= app_bundle

HEADERS += ../shared/debugutil_p.h
SOURCES += tst_qdeclarativedebug.cpp \
           ../shared/debugutil.cpp

CONFIG += parallel_test declarative_debug

CONFIG+=insignificant_test # QTQAINFRA-428