source: trunk/src/plugins/bearer/nativewifi/nativewifi.pro@ 890

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