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
parent
300d984bdb
commit
6fef496cd6
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue