mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update install script: copy HTML theme directory to usr/share
Updating the qmake file to check and copy the theme directory under usr/share. THIS needs to work on windows and mac. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d8c46fbdb6
commit
99d886f57f
2 changed files with 8 additions and 1 deletions
|
|
@ -244,6 +244,10 @@ marbledata.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/marbledata || $(COPY_DIR) $$P
|
|||
all.depends += marbledata
|
||||
QMAKE_EXTRA_TARGETS += marbledata
|
||||
|
||||
theme.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/theme || $(COPY_DIR) $$PWD/theme $$OUT_PWD
|
||||
all.depends += theme
|
||||
QMAKE_EXTRA_TARGETS += theme
|
||||
|
||||
DESKTOP_FILE = subsurface.desktop
|
||||
mac: ICON = packaging/macosx/Subsurface.icns
|
||||
else: ICON = subsurface-icon.svg
|
||||
|
|
@ -251,6 +255,7 @@ MANPAGE = subsurface.1
|
|||
XSLT_FILES = xslt
|
||||
ICONS_FILES = icons
|
||||
DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images
|
||||
THEME_FILES = $$OUT_PWD/theme
|
||||
MARBLEDIR = marbledata/maps marbledata/bitmaps
|
||||
|
||||
#DEPLOYMENT_PLUGIN += bearer/qnativewifibearer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue