1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
TEMPLATE = app TARGET = videoplayer QT = quick multimedia SOURCES = main.cpp RESOURCES += \ videoplayer.qrc \ images/images.qrc target.path = /usr/bin target.files += $${OUT_PWD}/$${TARGET} target.CONFIG = no_check_exist executable INSTALLS += target