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

QT += network dbus

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

HEADERS += qicdengine.h \
           monitor.h \
           qnetworksession_impl.h

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

#DEFINES += BEARER_MANAGEMENT_DEBUG

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