summaryrefslogtreecommitdiffstats
path: root/src/imports/wifi/qwifimodule.pro
blob: 449617f0a86431c86b779602272b0674fd4f688d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
CXX_MODULE = qml
QT += qml quick
TARGET = qwifimodule
TARGETPATH = Qt/labs/wifi
IMPORT_VERSION = 0.1

SOURCES += \
    pluginmain.cpp \
    qwifimanager.cpp \
    qwifinetwork.cpp \
    qwifinetworklist.cpp

HEADERS += \
    qwifimanager.h \
    qwifinetwork.h \
    qwifinetworklist.h

LIBS += -lhardware_legacy -lcutils

load(qml_plugin)