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

HEADERS += ../shared/debugutil_p.h

SOURCES +=     tst_qdebugmessageservice.cpp \
            ../shared/debugutil.cpp

INCLUDEPATH += ../shared

include(../../../shared/util.pri)

testDataFiles.files = data
testDataFiles.path = .
DEPLOYMENT += testDataFiles

CONFIG += parallel_test

OTHER_FILES += data/test.qml