Skip to content

Commit

Permalink
removed unecessary ce override of QT_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
this stopped the installation of mkspecs for windows ce

Change-Id: Ic57337904b88e4460f9f4110b08ecefb1a2eed8b
Reviewed-by: Andreas Holzammer <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
bbreitmeyer authored and Qt by Nokia committed Jul 9, 2012
1 parent 300d984 commit 6fef496
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/configure/configureapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 6fef496

Please sign in to comment.