removed unecessary ce override of QT_INSTALL_PREFIX
authorBjoern Breitmeyer <bjoern.breitmeyer@kdab.com>
Fri, 6 Jul 2012 12:12:45 +0000 (14:12 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 9 Jul 2012 09:51:21 +0000 (11:51 +0200)
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>
tools/configure/configureapp.cpp

index d311ff6..f2146e6 100644 (file)
@@ -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";