summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index 0083bfc..805dd5f 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -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