Update for app framework removal
[apps/mediaplayer.git] / app / app.pro
index 52bd496..d14bdb6 100644 (file)
@@ -1,5 +1,9 @@
+TEMPLATE = app
 TARGET = mediaplayer
-QT = quickcontrols2
+QT = qml quickcontrols2
+CONFIG += c++11 link_pkgconfig
+
+PKGCONFIG += qtappfw-mediaplayer
 
 SOURCES = main.cpp
 
@@ -7,4 +11,8 @@ RESOURCES += \
     mediaplayer.qrc \
     images/images.qrc
 
-include(app.pri)
+target.path = /usr/bin
+target.files += $${OUT_PWD}/$${TARGET}
+target.CONFIG = no_check_exist executable
+
+INSTALLS += target