mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Link to marbledata when building out of tree
When building and running subsurface out of tree, marbledata was inaccessible to subsurface. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6d6721dc9b
commit
1768b08dc0
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/
|
|||
all.depends += doc
|
||||
QMAKE_EXTRA_TARGETS += doc all
|
||||
|
||||
marbledata.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/marbledata || $(COPY_DIR) $$PWD/marbledata $$OUT_PWD
|
||||
all.depends += marbledata
|
||||
QMAKE_EXTRA_TARGETS += marbledata
|
||||
|
||||
DESKTOP_FILE = subsurface.desktop
|
||||
mac: ICON = packaging/macosx/Subsurface.icns
|
||||
else: ICON = subsurface-icon.svg
|
||||
|
|
Loading…
Add table
Reference in a new issue