mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Install HTML export theme files on Windows and Mac
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
58952b15b4
commit
cc22a98766
2 changed files with 5 additions and 3 deletions
|
@ -31,10 +31,11 @@ mac {
|
||||||
|
|
||||||
datadir = Contents/Resources/share
|
datadir = Contents/Resources/share
|
||||||
marbledir.path = Contents/Resources/data
|
marbledir.path = Contents/Resources/data
|
||||||
|
theme.path = Contents/Resources/data
|
||||||
doc.path = $$datadir/Documentation
|
doc.path = $$datadir/Documentation
|
||||||
translation.path = Contents/Resources/translations
|
translation.path = Contents/Resources/translations
|
||||||
qttranslation.path = Contents/Resources/translations
|
qttranslation.path = Contents/Resources/translations
|
||||||
QMAKE_BUNDLE_DATA += marbledir doc translation qttranslation
|
QMAKE_BUNDLE_DATA += marbledir doc translation qttranslation theme
|
||||||
|
|
||||||
mac_deploy.target = mac-deploy
|
mac_deploy.target = mac-deploy
|
||||||
mac_deploy.commands += $$[QT_INSTALL_BINS]/macdeployqt $${TARGET}.app
|
mac_deploy.commands += $$[QT_INSTALL_BINS]/macdeployqt $${TARGET}.app
|
||||||
|
@ -61,7 +62,8 @@ mac {
|
||||||
deploy.CONFIG += no_check_exist
|
deploy.CONFIG += no_check_exist
|
||||||
target.path = $$WINDOWSSTAGING
|
target.path = $$WINDOWSSTAGING
|
||||||
marbledir.path = $$WINDOWSSTAGING/data
|
marbledir.path = $$WINDOWSSTAGING/data
|
||||||
INSTALLS += deploy marbledir target doc
|
theme.path = $$WINDOWSSTAGING/data
|
||||||
|
INSTALLS += deploy marbledir target doc theme
|
||||||
|
|
||||||
translation.path = $$WINDOWSSTAGING/translations
|
translation.path = $$WINDOWSSTAGING/translations
|
||||||
qttranslation.path = $$WINDOWSSTAGING/translations
|
qttranslation.path = $$WINDOWSSTAGING/translations
|
||||||
|
|
|
@ -255,7 +255,7 @@ MANPAGE = subsurface.1
|
||||||
XSLT_FILES = xslt
|
XSLT_FILES = xslt
|
||||||
ICONS_FILES = icons
|
ICONS_FILES = icons
|
||||||
DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images
|
DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images
|
||||||
THEME_FILES = $$OUT_PWD/theme
|
THEME_FILES = theme
|
||||||
MARBLEDIR = marbledata/maps marbledata/bitmaps
|
MARBLEDIR = marbledata/maps marbledata/bitmaps
|
||||||
|
|
||||||
#DEPLOYMENT_PLUGIN += bearer/qnativewifibearer
|
#DEPLOYMENT_PLUGIN += bearer/qnativewifibearer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue