summaryrefslogtreecommitdiffstats
path: root/src/imports/wifi/wifi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/wifi/wifi.pro')
-rw-r--r--src/imports/wifi/wifi.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/imports/wifi/wifi.pro b/src/imports/wifi/wifi.pro
new file mode 100644
index 0000000..0231479
--- /dev/null
+++ b/src/imports/wifi/wifi.pro
@@ -0,0 +1,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 \
+ qwifinetworklist.cpp
+
+HEADERS += \
+ qwifimanager.h \
+ qwifinetwork.h \
+ qwifinetworklist.h
+
+LIBS += -lhardware_legacy -lcutils
+
+load(qml_plugin)
+