Remove libhomescreen dependency
[apps/mediaplayer.git] / app / app.pro
index dc30c85..f497fee 100644 (file)
@@ -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)