source: trunk/src/plugins/bearer/icd/icd.pro@ 862

Last change on this file since 862 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 802 bytes
Line 
1TARGET = qicdbearer
2include(../../qpluginbase.pri)
3
4QT = core network dbus
5
6QMAKE_CXXFLAGS *= $$QT_CFLAGS_DBUS $$QT_CFLAGS_CONNSETTINGS
7LIBS += $$QT_LIBS_CONNSETTINGS
8
9HEADERS += qicdengine.h \
10 qnetworksession_impl.h \
11 dbusdispatcher.h \
12 iapconf.h \
13 iapmonitor.h \
14 maemo_icd.h \
15 proxyconf.h \
16 wlan-utils.h
17
18SOURCES += main.cpp \
19 qicdengine.cpp \
20 qnetworksession_impl.cpp \
21 dbusdispatcher.cpp \
22 iapmonitor.cpp \
23 iapconf.cpp \
24 maemo_icd.cpp \
25 proxyconf.cpp
26
27#DEFINES += BEARER_MANAGEMENT_DEBUG
28
29include(../../../3rdparty/libgq.pri)
30
31QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
32target.path += $$[QT_INSTALL_PLUGINS]/bearer
33INSTALLS += target
Note: See TracBrowser for help on using the repository browser.