changeset 30 | 5dc02b23752f |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
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 |