summaryrefslogtreecommitdiffstats
path: root/demo3/horizontal/settings/app/app.pro
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:43:43 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-14 12:43:43 +0900
commitdbc04daef11fe8ed0743d37a0b2ad63245c57dde (patch)
tree6422d05d51a512f8ac434b00db322638751f6fbe /demo3/horizontal/settings/app/app.pro
parent61bd2e316d55cdd6e3ffc7aa26add03cbafae55c (diff)
Add settings for horizontal mode
Add settings for horizontal mode. Change-Id: Ia6c6cc7e649c92678fe7e38f561e2e4955e7de39 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'demo3/horizontal/settings/app/app.pro')
-rw-r--r--demo3/horizontal/settings/app/app.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/demo3/horizontal/settings/app/app.pro b/demo3/horizontal/settings/app/app.pro
new file mode 100644
index 0000000..23dce89
--- /dev/null
+++ b/demo3/horizontal/settings/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)