summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebugclient/qdeclarativedebugclient.pro
blob: 1e2ecc35cc2a2f02ae32a30e783883fc003d8f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativedebugclient

QT += testlib network declarative declarative-private core-private gui-private widgets-private
macx:CONFIG -= app_bundle

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

CONFIG += declarative_debug
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0