summaryrefslogtreecommitdiffstats
path: root/examples/wifi/wifi-qml/wifi-qml.pro
blob: 70fc76ab0c3a58a4b566fb23a9eb8049b39d7683 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += qml quick

SOURCES += main.cpp

RESOURCES += qml.qrc

target.path = /data/user/qt
export(target.path)
INSTALLS += target