summaryrefslogtreecommitdiffstats
path: root/src/imports/wifi/wifi.pro
blob: b920978f8dc9f33a1b5971c2283d6ec00152f6e3 (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 network
TARGET = qwifimodule
TARGETPATH = Qt/labs/wifi
IMPORT_VERSION = 0.1

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

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

LIBS += -lhardware_legacy -lcutils

load(qml_plugin)