Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
1314:5f4e77acb2f3 | 1315:12ed0b72e9f5 |
---|---|
50 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) | 50 Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin) |
51 #else | 51 #else |
52 Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) | 52 Q_IMPORT_PLUGIN(QXcbIntegrationPlugin) |
53 #endif | 53 #endif |
54 | 54 |
55 #ifdef DO_RELEASE_BUILD | 55 #ifdef IS_TAG_BUILD |
56 bool g_debug = false; | 56 bool g_debug = false; |
57 #else | 57 #else |
58 bool g_debug = true; | 58 bool g_debug = true; |
59 #endif | 59 #endif |
60 | 60 |