aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro
blob: 0d6484f8e6f95cb64742bbc153b7b75fc85effcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase
TARGET = tst_qdebugmessageservice
QT += qml network testlib gui-private core-private
macx:CONFIG -= app_bundle

SOURCES +=     tst_qdebugmessageservice.cpp

INCLUDEPATH += ../shared
include(../../../shared/util.pri)
include(../shared/debugutil.pri)

TESTDATA = data/*

OTHER_FILES += data/test.qml
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0