summaryrefslogtreecommitdiffstats
path: root/subsurface-install.pri
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-05 16:26:35 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-05 16:26:35 -0700
commitcc22a9876647e2393756164eed25bd09354411cb (patch)
tree1c924a6106558a4ea6a2b26c6b5f2b05930a05fe /subsurface-install.pri
parent58952b15b4ac6bc7dcce5fb15cf4d4fcb3a34a83 (diff)
downloadsubsurface-cc22a9876647e2393756164eed25bd09354411cb.tar.gz
Install HTML export theme files on Windows and Mac
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-install.pri')
-rw-r--r--subsurface-install.pri6
1 files changed, 4 insertions, 2 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