aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qqmldebuglocal/qqmldebuglocal.pro
blob: 1dc9de8f345481aa14dadbd0b44eaf0aef3e0939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qqmldebuglocal
osx:CONFIG -= app_bundle

HEADERS += ../shared/qqmldebugtestservice.h

SOURCES += tst_qqmldebuglocal.cpp \
           ../shared/qqmldebugtestservice.cpp

include(../shared/debugutil.pri)

QT += qml-private testlib gui-private core-private

DEFINES += QT_QML_DEBUG_NO_WARNING