summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/icd/icd.pro
blob: c7337f5535ad3e7f3986a5b5e08cb16e72f2699a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = qicdbearer
include(../../qpluginbase.pri)

QT += network dbus

QMAKE_CXXFLAGS += $$QT_CFLAGS_ICD
LIBS += $$QT_LIBS_ICD

HEADERS += qicdengine.h \
           qnetworksession_impl.h

SOURCES += main.cpp \
           qicdengine.cpp \
           qnetworksession_impl.cpp

#DEFINES += BEARER_MANAGEMENT_DEBUG

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target