summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-02-28 19:21:44 -0500
committerScott Murray <scott.murray@konsulko.com>2017-02-28 19:21:44 -0500
commit632e86c88bd34725cceec27c1b4b03b07fca0f63 (patch)
tree36be17f725b458afbe56176d4aa63e2c46502c67 /app/app.pro
parent4a52273df6c792a94a514637cc94e7137910a323 (diff)
Import latest code from CES2017 repodab_3.99.1dab/3.99.13.99.1
Change-Id: I5f97d0f3d11899fc78943f806f55b685c1cce9a5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..6e768d5
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,10 @@
+TARGET = dashboard
+QT = quickcontrols2
+
+SOURCES = main.cpp
+
+RESOURCES += \
+ dashboard.qrc \
+ images/images.qrc
+
+include(app.pri)