TEMPLATE = aux
TARGET = untitled
RESOURCES += untitled.qrc
QML_FILES += $$files(*.qml,true) \
$$files(*.js,true)
CONF_FILES += untitled.apparmor \
untitled.png
AP_TEST_FILES += tests/autopilot/run \
$$files(tests/*.py,true)
OTHER_FILES += $${CONF_FILES} \
$${QML_FILES} \
$${AP_TEST_FILES} \
untitled.desktop \
YOUR_COOL_IMAGE.JPG
#specify where the qml/js files are installed to
qml_files.path = /untitled
qml_files.files += $${QML_FILES}
#specify where the config files are installed to
config_files.path = /untitled
config_files.files += $${CONF_FILES}
#install the desktop file, a translated version is
#automatically created in the build directory
desktop_file.path = /untitled
desktop_file.files = $$OUT_PWD/untitled.desktop
desktop_file.CONFIG += no_check_exist