summaryrefslogtreecommitdiffstats
path: root/subsurface.pro
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface.pro')
-rw-r--r--subsurface.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro
index 148b40047..2c7875110 100644
--- a/subsurface.pro
+++ b/subsurface.pro
@@ -233,5 +233,10 @@ QMAKE_INFO_PLIST = packaging/macosx/Info.plist.in
OTHER_FILES += $$DESKTOPFILE $$ICON $$MANPAGE $$XSLT_FILES $$DOC_FILES $$MARBLEDIR \
$$QMAKE_INFO_PLIST
+# enable or disable the dive planner
+planner {
+ DEFINES += ENABLE_PLANNER
+}
+
include(subsurface-gen-version.pri)
include(subsurface-install.pri)