ldforge.pro

changeset 513
29eb671b34f6
parent 509
dcacfd2cd81b
child 515
a0ad72800b96
--- a/ldforge.pro	Fri Oct 18 18:16:54 2013 +0300
+++ b/ldforge.pro	Fri Oct 18 21:52:09 2013 +0300
@@ -24,9 +24,11 @@
 CONFIG         += debug_and_release
 
 CONFIG (debug, debug|release) {
-	TARGET = ldforge_debug
+	TARGET   = ldforge_debug
+	DEFINES += DEBUG
 } else {
 	TARGET = ldforge
+	DEFINES += RELEASE
 }
 
 unix {

mercurial