source: trunk/src/plugins/bearer/connman/connman.pro

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

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

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