mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-07 13:41:27 +00:00
22 lines
489 B
Prolog
22 lines
489 B
Prolog
TEMPLATE = subdirs
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += qmltermwidget
|
|
SUBDIRS += app
|
|
|
|
#########################################
|
|
## INSTALLS
|
|
#########################################
|
|
|
|
PREFIX = $$(PREFIX) # Pass the make install PREFIX via environment variable. E.g. "PREFIX=/path/to/my/dir qmake".
|
|
isEmpty(PREFIX) {
|
|
message(No prefix given. Using /usr.)
|
|
PREFIX=/usr
|
|
}
|
|
|
|
desktop.files += cool-retro-term.desktop
|
|
desktop.path += $$PREFIX/share/applications
|
|
|
|
INSTALLS += desktop
|