aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdeclarativeinspector/tst_qdeclarativeinspector.pro
blob: 63230c05a07a3a3fec4b28f6a46461e5b6266e4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativeinspector
macx:CONFIG -= app_bundle

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

DEFINES += SRCDIR=\\\"$$PWD\\\"
CONFIG += parallel_test declarative_debug

QT += core-private gui-private v8-private declarative-private network testlib