diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-25 14:16:43 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 13:17:32 -0700 |
commit | feff22c2228d56cd75594e1a20d9a2181f9f9a6b (patch) | |
tree | 97bba5359a9f94ac37ef61d1aed9095ca0411e20 /subsurface.pro | |
parent | d1366257f081fc28939bd6abe9b67b1dba3fb07a (diff) | |
download | subsurface-feff22c2228d56cd75594e1a20d9a2181f9f9a6b.tar.gz |
Planner: Re-enable using the new profile.
This correctly enables the planner on the new profile,
but it doesn't triggers the correct paint on the canvas.
[Dirk Hohndel: remove other remnants of the disabled planner as well]
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 |