diff options
-rw-r--r-- | subsurface-install.pri | 6 | ||||
-rw-r--r-- | subsurface.pro | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/subsurface-install.pri b/subsurface-install.pri index f4e0e96a5..f1f8f983b 100644 --- a/subsurface-install.pri +++ b/subsurface-install.pri @@ -31,10 +31,11 @@ mac { datadir = Contents/Resources/share marbledir.path = Contents/Resources/data + theme.path = Contents/Resources/data doc.path = $$datadir/Documentation translation.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.commands += $$[QT_INSTALL_BINS]/macdeployqt $${TARGET}.app @@ -61,7 +62,8 @@ mac { deploy.CONFIG += no_check_exist target.path = $$WINDOWSSTAGING marbledir.path = $$WINDOWSSTAGING/data - INSTALLS += deploy marbledir target doc + theme.path = $$WINDOWSSTAGING/data + INSTALLS += deploy marbledir target doc theme translation.path = $$WINDOWSSTAGING/translations qttranslation.path = $$WINDOWSSTAGING/translations diff --git a/subsurface.pro b/subsurface.pro index 53decf8f6..042ddc3fa 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -255,7 +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 +THEME_FILES = theme MARBLEDIR = marbledata/maps marbledata/bitmaps #DEPLOYMENT_PLUGIN += bearer/qnativewifibearer |