[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/qca/qcm
From:       Justin Karneges <infiniti () affinix ! com>
Date:       2009-04-24 22:42:43
Message-ID: 1240612963.764956.12404.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 958897 by infiniti:

oops, don't conflict variable names


 M  +4 -4      buildmode_framework.qcm  


--- trunk/kdesupport/qca/qcm/buildmode_framework.qcm #958896:958897
@@ -8,7 +8,7 @@
 */
 
 #define QC_BUILDMODE_FRAMEWORK
-bool qc_buildmode_framework = false;
+bool qc_buildmode_framework_enabled = false;
 
 class qc_buildmode_framework : public ConfObj
 {
@@ -74,7 +74,7 @@
 		// now process the options
 
 		if(opt_framework)
-			qc_buildmode_framework = true;
+			qc_buildmode_framework_enabled = true;
 		else if(opt_no_framework)
 		{
 			// nothing to do
@@ -82,10 +82,10 @@
 		else // default
 		{
 			if(!staticmode && !qc_buildmode_debug)
-				qc_buildmode_framework = true;
+				qc_buildmode_framework_enabled = true;
 		}
 
-		if(qc_buildmode_framework)
+		if(qc_buildmode_framework_enabled)
 			conf->addExtra("CONFIG += lib_bundle");
 #endif
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic