|
Last change
on this file 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:
549 bytes
|
| Line | |
|---|
| 1 | TARGET = qconnmanbearer
|
|---|
| 2 | include(../../qpluginbase.pri)
|
|---|
| 3 |
|
|---|
| 4 | QT = core network dbus
|
|---|
| 5 |
|
|---|
| 6 | HEADERS += qconnmanservice_linux_p.h \
|
|---|
| 7 | qofonoservice_linux_p.h \
|
|---|
| 8 | qconnmanengine.h \
|
|---|
| 9 | ../qnetworksession_impl.h \
|
|---|
| 10 | ../qbearerengine_impl.h
|
|---|
| 11 |
|
|---|
| 12 | SOURCES += main.cpp \
|
|---|
| 13 | qconnmanservice_linux.cpp \
|
|---|
| 14 | qofonoservice_linux.cpp \
|
|---|
| 15 | qconnmanengine.cpp \
|
|---|
| 16 | ../qnetworksession_impl.cpp
|
|---|
| 17 |
|
|---|
| 18 | QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
|
|---|
| 19 | target.path += $$[QT_INSTALL_PLUGINS]/bearer
|
|---|
| 20 | INSTALLS += target
|
|---|
| 21 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.