diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-01-22 20:30:28 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-24 17:08:51 +0300 |
commit | 7ad9148455f925e285822e8c17d94ce94f564732 (patch) | |
tree | 6895f7614775f6c499401f2d5eb4a958eba0c57a /app/app.pro | |
parent | e8d39ebb00189c47e38992e3923acb4df7a81cc9 (diff) |
app: Remove libhomescreen and windowmanger callbacks
Bug-AGL: SPEC-3447
Removes also depedencies from config.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I1e455a81a06f5d7d712d09621de585459122edd7
Diffstat (limited to 'app/app.pro')
-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 b0fea14..dc30c85 100644 --- a/app/app.pro +++ b/app/app.pro @@ -4,7 +4,7 @@ QT = quickcontrols2 websockets SOURCES = main.cpp CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen qlibwindowmanager qtappfw-mediaplayer +PKGCONFIG += libhomescreen qtappfw-mediaplayer CONFIG(release, debug|release) { QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET) |