summaryrefslogtreecommitdiffstats
path: root/wifi/wifitest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'wifi/wifitest.pro')
-rw-r--r--wifi/wifitest.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/wifi/wifitest.pro b/wifi/wifitest.pro
new file mode 100644
index 0000000..a18afeb
--- /dev/null
+++ b/wifi/wifitest.pro
@@ -0,0 +1,29 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2013-03-11T12:29:12
+#
+#-------------------------------------------------
+
+QT = core gui qml quick
+
+TARGET = wifitest
+CONFIG += console
+CONFIG -= app_bundle
+
+TEMPLATE = app
+
+SOURCES += \
+ main.cpp \
+ qwifimanager.cpp \
+ qwifinetwork.cpp \
+ qwifinetworklist.cpp
+
+HEADERS += \
+ qwifimanager.h \
+ qwifinetwork.h \
+ qwifinetworklist.h
+
+LIBS += -lhardware_legacy -lcutils
+
+OTHER_FILES += \
+ main.qml