diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-04-13 14:48:37 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-04-14 22:26:42 +0300 |
commit | c927bfd3390d0d94e838cedc97bc3c73d4545ac2 (patch) | |
tree | 65dff51d68db2b7cd69a25657e13cd27bbe86084 /app | |
parent | 7ad4b093049453a54e4e0711d9e73ea693b85eea (diff) |
app.pro: Remove depends on windowmanager and homescreen when building
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro index 0cc31aa..de19410 100644 --- a/app/app.pro +++ b/app/app.pro @@ -18,7 +18,7 @@ TARGET = onscreenapp QT += quickcontrols2 quick qml CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager libhomescreen +#PKGCONFIG += qlibwindowmanager libhomescreen HEADERS += \ eventhandler.h \ |