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

QT += testlib
contains(QT_CONFIG,declarative): QT += network declarative declarative-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 # QTBUG-26702
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0