summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-09-16 01:09:39 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-10-04 21:14:28 +0000
commite6ed48622bda295103042f56772561c381c8f3a1 (patch)
tree6f351e112b6a7a322581dbabf9b6bf22f8bad80a /app/app.pro
parent2efc36d2f916bf75328331a4552ca695e0b1ac8c (diff)
messaging: change application to pages format
Allow multiple pages in application for various functions (e.g. notifications/alerts, message threads, compose message) TODO: Change from placeholder phone applicaion icons Bug-AGL: SPEC-2566 Change-Id: Ic2759716f47f75f43f775a98c44f447989c2e30f Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro
index b64584b..1b596ff 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -6,6 +6,8 @@ SOURCES = main.cpp
CONFIG += link_pkgconfig
PKGCONFIG += libhomescreen qlibwindowmanager qtappfw libafbwsc
-RESOURCES += Messaging.qrc
+RESOURCES += \
+ Messaging.qrc \
+ images/images.qrc
include(app.pri)