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