|
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 | |
|---|
| 1 | TARGET = qicdbearer
|
|---|
| 2 | include(../../qpluginbase.pri)
|
|---|
| 3 |
|
|---|
| 4 | QT = core network dbus
|
|---|
| 5 |
|
|---|
| 6 | QMAKE_CXXFLAGS *= $$QT_CFLAGS_DBUS $$QT_CFLAGS_CONNSETTINGS
|
|---|
| 7 | LIBS += $$QT_LIBS_CONNSETTINGS
|
|---|
| 8 |
|
|---|
| 9 | HEADERS += 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 |
|
|---|
| 18 | SOURCES += 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 |
|
|---|
| 29 | include(../../../3rdparty/libgq.pri)
|
|---|
| 30 |
|
|---|
| 31 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
|
|---|
| 32 | target.path += $$[QT_INSTALL_PLUGINS]/bearer
|
|---|
| 33 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.