comparison 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
comparison
equal deleted inserted replaced
1314:5f4e77acb2f3 1315:12ed0b72e9f5
38 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) 38 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin)
39 #else 39 #else
40 Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) 40 Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
41 #endif 41 #endif
42 42
43 #ifdef DO_RELEASE_BUILD 43 #ifdef IS_TAG_BUILD
44 bool g_debug = false; 44 bool g_debug = false;
45 #else 45 #else
46 bool g_debug = true; 46 bool g_debug = true;
47 #endif 47 #endif
48 48

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