aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro
blob: d62a262d2f8322705e6aaa6497436273982d1e81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)

TESTDATA = data/*

CONFIG += parallel_test

OTHER_FILES += data/test.qml