Update for app framework removal.
[apps/videoplayer.git] / app / app.pro
index 0083bfc..805dd5f 100644 (file)
@@ -1,5 +1,6 @@
+TEMPLATE = app
 TARGET = videoplayer
-QT = quick websockets multimedia
+QT = quick multimedia
 
 SOURCES = main.cpp
 
@@ -7,5 +8,8 @@ RESOURCES += \
     videoplayer.qrc \
     images/images.qrc
 
-include(app.pri)
+target.path = /usr/bin
+target.files += $${OUT_PWD}/$${TARGET}
+target.CONFIG = no_check_exist executable
 
+INSTALLS += target