Icone installate via qmake INSTALLS: fix build RPM quando il tar sorgente non include icons/
This commit is contained in:
@@ -26,3 +26,10 @@ OTHER_FILES += \
|
||||
harbour-calibreweb.yaml
|
||||
|
||||
DISTFILES += $$OTHER_FILES
|
||||
|
||||
# Icone installate via make install (path assoluti = robusti rispetto al tar sorgente)
|
||||
icons86.path = /usr/share/icons/hicolor/86x86/apps
|
||||
icons86.files = $$PWD/icons/harbour-calibreweb.png
|
||||
icons108.path = /usr/share/icons/hicolor/108x108/apps
|
||||
icons108.files = $$PWD/icons/harbour-calibreweb-108.png
|
||||
INSTALLS += icons86 icons108
|
||||
|
||||
Reference in New Issue
Block a user