diff ui/administrator.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 1e429faf7c84
children
line wrap: on
line diff
--- a/ui/administrator.cpp	Mon Oct 13 16:10:18 2014 +0200
+++ b/ui/administrator.cpp	Mon Oct 13 16:19:28 2014 +0200
@@ -40,7 +40,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/