summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/nativewifi/nativewifi.pro
blob: 6e99c6284e8c2f9edd80d32dcb2de6130bf082dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qnativewifibearer
include(../../qpluginbase.pri)

QT += network

HEADERS += qnativewifiengine.h \
           platformdefs.h \
           ../qnetworksession_impl.h
SOURCES += main.cpp \
           qnativewifiengine.cpp \
           ../qnetworksession_impl.cpp

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer
target.path += $$[QT_INSTALL_PLUGINS]/bearer
INSTALLS += target