From: Bjoern Breitmeyer Date: Fri, 6 Jul 2012 12:12:45 +0000 (+0200) Subject: removed unecessary ce override of QT_INSTALL_PREFIX X-Git-Tag: 071012110112~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fef496cd62a33200b2106a0e4d618489a1facfc;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index d311ff6..f2146e6 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";