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

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

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

CONFIG += quick1_debug
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0