summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-08 18:43:05 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-04-10 09:59:55 +0900
commit238076ffff13356c620a7834e25537d4a41e97a6 (patch)
tree73a1a1c9cebc6da145d7baaac1eaec7329ec4f2a /app/app.pro
Add demo3 settings source code for cluster mode. [Patch Set 2] Update LICENSE file. Change-Id: I586a211bb55e5017de62e36edd0bbba6968de1b8 BUG-AGL: SPEC-2261 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..df45be1
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,19 @@
+TARGET = settings
+QT = quickcontrols2 websockets dbus
+
+SOURCES = main.cpp
+
+CONFIG += link_pkgconfig
+PKGCONFIG += libhomescreen qlibwindowmanager qtappfw
+
+RESOURCES += \
+ settings.qrc \
+ images/images.qrc \
+ datetime/datetime.qrc \
+ wifi/wifi.qrc \
+ bluetooth/bluetooth.qrc \
+ example/example.qrc \
+ version/version.qrc
+
+
+include(app.pri)