diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-14 16:15:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-11-14 16:15:20 +0000 |
commit | a41f992461aa703be3515ed7cb0a4d5e412ee44e (patch) | |
tree | ce4050563178af6e0d28b72d6b11cd5a51619732 /app/app.pro | |
parent | a610446ed8866b2be8234ee0e466fa7e29410946 (diff) | |
parent | e27d7e58afda96a0079c7d7b4c86e3fc74e3559d (diff) |
Merge "Porting to new HMI Framework"
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 \ |