Enable the dive planning under a compile flag

Allow subsurface to show the dive planner in case a compile flag is given.

qmake CONFIG+=planner

Signed-off-by: Danilo Cesar Lemes de Paula <danilo.eu@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Danilo Cesar Lemes de Paula 2014-02-07 00:14:47 -02:00 committed by Dirk Hohndel
parent 772c9fb0b1
commit 31c45b8c4c
3 changed files with 10 additions and 0 deletions

View file

@ -614,6 +614,7 @@
<string>&amp;Log</string>
</property>
<addaction name="actionAddDive"/>
<addaction name="actionDivePlanner"/>
<addaction name="separator"/>
<addaction name="actionRenumber"/>
<addaction name="actionAutoGroup"/>