summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-14 16:15:20 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-11-14 16:15:20 +0000
commita41f992461aa703be3515ed7cb0a4d5e412ee44e (patch)
treece4050563178af6e0d28b72d6b11cd5a51619732 /app/app.pro
parenta610446ed8866b2be8234ee0e466fa7e29410946 (diff)
parente27d7e58afda96a0079c7d7b4c86e3fc74e3559d (diff)
Merge "Porting to new HMI Framework"
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
index d05b9ca..36a71f0 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -3,6 +3,9 @@ QT = quickcontrols2 dbus
SOURCES = main.cpp
+CONFIG += link_pkgconfig
+PKGCONFIG += libhomescreen qlibwindowmanager
+
RESOURCES += \
settings.qrc \
images/images.qrc \