Fix copypasto: iconv -> cups.
authorStephen Kelly <stephen.kelly@kdab.com>
Wed, 25 Jul 2012 13:23:46 +0000 (15:23 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Jul 2012 15:32:21 +0000 (17:32 +0200)
Introduced in eba0efe10ea90dec7a8b1e95017b0203b899af95

Change-Id: I6bfbf884f66057955d62db6266cf11b399edf965
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
tools/configure/configureapp.cpp

index 384079f..1727b30 100644 (file)
@@ -2202,7 +2202,7 @@ void Configure::autoDetection()
     if (dictionary["QT_ICONV"] == "auto")
         dictionary["QT_ICONV"] = checkAvailability("ICONV") ? "yes" : "no";
 
-    // Detection of iconv support
+    // Detection of cups support
     if (dictionary["QT_CUPS"] == "auto")
         dictionary["QT_CUPS"] = checkAvailability("CUPS") ? "yes" : "no";