1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-02-20 20:09:14 +00:00

App is now installable with sudo make install.

This commit is contained in:
Filippo Scognamiglio 2014-09-02 23:58:58 +02:00
parent 5e07c98919
commit dd238755c9
2 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,10 @@ SOURCES = main.cpp
RESOURCES += qml/resources.qrc
#########################################
## INTALLS
#########################################
target.path += /usr/bin/
INSTALLS += target

View File

@ -17,6 +17,8 @@ PLUGIN_ASSETS = $$PWD/assets/*
DESTDIR = $$OUT_PWD/../imports/$$PLUGIN_IMPORT_PATH
INSTALL_DIR = $$[QT_INSTALL_QML]
# Copy additional plugin files
QMAKE_COPY = "cp -r"