diff ui/main.cpp @ 1315:12ed0b72e9f5

(issue162) Change DO_RELEASE_BUILD to IS_TAG_BUILD to determine g_debug initializatation
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 13 Oct 2014 16:19:28 +0200
parents 6d5b305e9430
children 3d7ddf698480
line wrap: on
line diff
--- a/ui/main.cpp	Mon Oct 13 16:10:18 2014 +0200
+++ b/ui/main.cpp	Mon Oct 13 16:19:28 2014 +0200
@@ -52,7 +52,7 @@
  Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
 #endif
 
-#ifdef DO_RELEASE_BUILD
+#ifdef IS_TAG_BUILD
 bool g_debug = false;
 #else
 bool g_debug = true;

http://wald.intevation.org/projects/trustbridge/