aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qmldebug.pro
blob: 295701eee354e79779ade21950125bf3f99bf17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET    =  QtQmlDebug
QT        =  core-private network packetprotocol-private qml-private
CONFIG    += static internal_module

load(qt_module)

SOURCES += \
    qqmldebugclient.cpp \
    qqmldebugconnection.cpp \
    qqmlprofilerclient.cpp

HEADERS += \
    qqmldebugclient_p.h \
    qqmldebugclient_p_p.h \
    qqmldebugconnection_p.h \
    qqmleventlocation_p.h \
    qqmlprofilerclient_p.h \
    qqmlprofilerclient_p_p.h