From 6fef496cd62a33200b2106a0e4d618489a1facfc Mon Sep 17 00:00:00 2001 From: Bjoern Breitmeyer Date: Fri, 6 Jul 2012 14:12:45 +0200 Subject: removed unecessary ce override of QT_INSTALL_PREFIX this stopped the installation of mkspecs for windows ce Change-Id: Ic57337904b88e4460f9f4110b08ecefb1a2eed8b Reviewed-by: Andreas Holzammer Reviewed-by: Oswald Buddenhagen --- tools/configure/configureapp.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') 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"; -- cgit v1.2.3