diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:36:10 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2017-11-14 22:37:39 +0900 |
commit | e27d7e58afda96a0079c7d7b4c86e3fc74e3559d (patch) | |
tree | 68010a2afd37bb355f18d4fdb1d43d1d201c682a /app/app.pro | |
parent | fad0af3fd59883c58224d1ffd1a6aa9668f75851 (diff) |
Porting to new HMI Framework
Changes following guidelines given in "Kickstart: New HMI Framework"
document at:
https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf
Change-Id: I4d6883bd60951af97be2d834667ab38622040735
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 3 |
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 \ |