Remove libhomescreen dependency
[apps/mediaplayer.git] / app / app.pro
index 9bdcaab..f497fee 100644 (file)
@@ -1,10 +1,14 @@
 TARGET = mediaplayer
-QT = quickcontrols2
+QT = quickcontrols2 websockets
 
 SOURCES = main.cpp
 
 CONFIG += link_pkgconfig
-PKGCONFIG += libhomescreen qlibwindowmanager
+PKGCONFIG += qtappfw-mediaplayer
+
+CONFIG(release, debug|release) {
+    QMAKE_POST_LINK = $(STRIP) --strip-unneeded $(TARGET)
+}
 
 RESOURCES += \
     mediaplayer.qrc \