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:
parent
5e07c98919
commit
dd238755c9
@ -6,3 +6,10 @@ SOURCES = main.cpp
|
||||
|
||||
RESOURCES += qml/resources.qrc
|
||||
|
||||
#########################################
|
||||
## INTALLS
|
||||
#########################################
|
||||
|
||||
target.path += /usr/bin/
|
||||
|
||||
INSTALLS += target
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user