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>
bb10
Bjoern Breitmeyer 2012-07-06 14:12:45 +02:00 committed by Qt by Nokia
parent 300d984bdb
commit 6fef496cd6
1 changed files with 0 additions and 3 deletions

View 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";