summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-07 16:33:00 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-07 16:33:00 -0800
commit4edf37f9be0374c73ae957c09b393f5bc913fe3f (patch)
tree3acfd408a1c3c946a428d906161a6dd66617e7bd /subsurface.pro
parent18303b6f43591c631de01db0067ecdf4cb6dac85 (diff)
downloadsubsurface-4edf37f9be0374c73ae957c09b393f5bc913fe3f.tar.gz
Update cross building for Windows on Linux
This updates the instructions and the plumbing to be able to link against a locally built libgit2 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 9efbc1376..803930e0f 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -195,7 +195,7 @@ QTTRANSLATIONS = \
qt_sk.qm \
qt_sv.qm
-doc.commands += $(MKDIR) $$OUT_PWD/Documentation$$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc
+doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation$$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc
all.depends += doc
QMAKE_EXTRA_TARGETS += doc all