summaryrefslogtreecommitdiffstats
path: root/src/imports/wifi/qwifimodule.pro
blob: 311babab8879a8c33302bf2858da6850e6b609c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#-------------------------------------------------
#
# Project created by QtCreator 2013-03-11T12:29:12
#
#-------------------------------------------------

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)