Merge master <-> api_changes
[profile/ivi/qtdeclarative.git] / src / plugins / qmltooling / qmldbg_tcp / qmldbg_tcp.pro
1 load(qt_module)
2
3 TARGET = qmldbg_tcp
4 QT       += qml-private network
5
6 load(qt_plugin)
7
8 DESTDIR = $$QT.qml.plugins/qmltooling
9 QTDIR_build:REQUIRES += "contains(QT_CONFIG, qml)"
10
11 SOURCES += \
12     qtcpserverconnection.cpp
13
14 HEADERS += \
15     qtcpserverconnection.h
16
17 OTHER_FILES += qtcpserverconnection.json
18
19 target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
20 INSTALLS += target