summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>2012-07-06 14:12:45 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-09 11:51:21 +0200
commit6fef496cd62a33200b2106a0e4d618489a1facfc (patch)
tree5d24cdddcc77d5fe844df7b7fdcf6308a90e7674 /tools
parent300d984bdb9b53bd4c1adba0ec11ed188ca4b57c (diff)
removed unecessary ce override of QT_INSTALL_PREFIX
this stopped the installation of mkspecs for windows ce Change-Id: Ic57337904b88e4460f9f4110b08ecefb1a2eed8b Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index d311ff6573..f2146e6f51 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1501,9 +1501,6 @@ void Configure::applySpecSpecifics()
dictionary[ "IWMMXT" ] = "yes";
dictionary[ "DIRECTSHOW" ] = "yes";
}
- dictionary[ "QT_HOST_PREFIX" ] = dictionary[ "QT_INSTALL_PREFIX" ];
- dictionary[ "QT_INSTALL_PREFIX" ] = "";
-
} else if (dictionary[ "XQMAKESPEC" ].startsWith("linux")) { //TODO actually wrong.
//TODO
dictionary[ "STYLE_WINDOWSXP" ] = "no";