blob: e90fb34835c85396f586881ef166d2789a70912a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
TARGET = tcpserver
QT += declarative network
include(../../qpluginbase.pri)
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/qmldebugging
QTDIR_build:REQUIRES += "contains(QT_CONFIG, declarative)"
SOURCES += \
qtcpserverconnection.cpp
HEADERS += \
qtcpserverconnection.h
target.path += $$[QT_INSTALL_PLUGINS]/qmldebugging
INSTALLS += target
symbian:TARGET.UID3=0x20031E90
|