summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2010-09-27 17:49:21 (GMT)
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2010-09-27 18:11:53 (GMT)
commitae5f7005c709165f847445aca746b5b338341121 (patch)
tree634e63aa3ee695b91c9cd4a7349f587c6e50c80f /tools/configure
parent2c73f5539b86dad9eeeff78171a1ba65b7fe2395 (diff)
downloadQt-ae5f7005c709165f847445aca746b5b338341121.zip
Qt-ae5f7005c709165f847445aca746b5b338341121.tar.gz
Qt-ae5f7005c709165f847445aca746b5b338341121.tar.bz2
Unbreak configure.exe
Commit 8435ba93 caused compilation error
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 391bcf8..6c12cc2 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -2131,7 +2131,7 @@ bool Configure::checkAvailability(const QString &part)
available = findFile("BuildConsole.exe") && findFile("xgConsole.exe");
else if (part == "XMLPATTERNS")
available = dictionary.value("EXCEPTIONS") == "yes";
- } else if (part == "PHONON") {
+ else if (part == "PHONON") {
if (dictionary.contains("XQMAKESPEC") && dictionary["XQMAKESPEC"].startsWith("symbian")) {
available = true;
} else {