summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-01-07 15:57:50 -0500
committerScott Murray <scott.murray@konsulko.com>2021-01-07 16:06:04 -0500
commit3c8425ae606ea142f227fd7dc9c2bc01def384ad (patch)
treeecddac76977840dd4a805cff0a339c21ca36dbf3 /app/app.pro
parentdb27d85ed11d045f91de95ea86ae12b42404f1bb (diff)
libhomescreen was still a dependency in the qmake files, remove it. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I4ed491e7c14956c601d17997c70497559e54c0cc
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro
index dc30c85..f497fee 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -4,7 +4,7 @@ QT = quickcontrols2 websockets
SOURCES = main.cpp
CONFIG += link_pkgconfig
-PKGCONFIG += libhomescreen qtappfw-mediaplayer
+PKGCONFIG += qtappfw-mediaplayer
CONFIG(release, debug|release) {
QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)