diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 13:28:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 13:28:18 -0700 |
commit | 9cc8e39d425b7f64c4c5c2a4226ba581550076f6 (patch) | |
tree | c759a26f54e50d46de25f3fa8a6e57c593dede8d /subsurface.pro | |
parent | a61c04bb584311fd7ebe397f5e5f5bd159b18b27 (diff) | |
parent | cf3701bbac2f593c6efe046ba15be55bc1360f5b (diff) | |
download | subsurface-9cc8e39d425b7f64c4c5c2a4226ba581550076f6.tar.gz |
Merge branch 'Planner'
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/subsurface.pro b/subsurface.pro index 83dea66a4..d7189377a 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -15,11 +15,6 @@ else: TARGET = subsurface VERSION = 4.1.0 -# enable or disable the dive planner -planner { - DEFINES += ENABLE_PLANNER -} - HEADERS = \ color.h \ deco.h \ @@ -237,10 +232,7 @@ QTTRANSLATIONS = \ qt_sv.qm \ qt_zh_TW.qm -# Should we enable the planner sections in the manual? -planner: ENABLE_PLANNER=1 -else: ENABLE_PLANNER=0 -doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/Documentation $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ ENABLE_PLANNER=$$ENABLE_PLANNER doc +doc.commands += $(CHK_DIR_EXISTS) $$OUT_PWD/Documentation || $(MKDIR) $$OUT_PWD/Documentation $$escape_expand(\\n\\t)$(MAKE) -C $$PWD/Documentation OUT=$$OUT_PWD/Documentation/ doc all.depends += doc QMAKE_EXTRA_TARGETS += doc all |