summaryrefslogtreecommitdiffstats
path: root/wifi/wifitest.pro
blob: a18afeb1b41c6d9a90c19e39dcd93d28e06f2188 (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
28
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