diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-12 11:38:35 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-12 11:38:35 -0700 |
commit | 39f9fb09dbce6684c7a6d4582418f7558361a11c (patch) | |
tree | e5d6c14772113d3f0ef2b974bbc4ab4f80ec1a90 /subsurface.pro | |
parent | 6026fef35e106fb8e6c2572ebda5dac4487c25d7 (diff) | |
download | subsurface-39f9fb09dbce6684c7a6d4582418f7558361a11c.tar.gz |
Include location flag in bundle
The little marker flag for our dives was missing on the 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 08eb7a77b..5d0c551dd 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -164,7 +164,7 @@ else: ICON = subsurface-icon.svg MANPAGE = subsurface.1 XSLT_FILES = xslt DOC_FILES = $$OUT_PWD/Documentation/user-manual.html Documentation/images -MARBLEDIR = marbledata/maps +MARBLEDIR = marbledata/maps marbledata/bitmaps DEPLOYMENT_PLUGIN += imageformats/qjpeg # This information will go into the Windows .rc file and linked into the .exe |