aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/debugger/qdebugmessageservice/qdebugmessageservice.pro
blob: 698e9604f08b5823ef6be5d0718d5e55ca2b4c1c (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 declarative-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