diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-05 16:26:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-05 16:26:35 -0700 |
commit | cc22a9876647e2393756164eed25bd09354411cb (patch) | |
tree | 1c924a6106558a4ea6a2b26c6b5f2b05930a05fe /subsurface.pro | |
parent | 58952b15b4ac6bc7dcce5fb15cf4d4fcb3a34a83 (diff) | |
download | subsurface-cc22a9876647e2393756164eed25bd09354411cb.tar.gz |
Install HTML export theme files on Windows and Mac
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |