diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-07-17 06:59:01 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-07-17 06:59:01 (GMT) |
commit | b63431e771da3d35f17f9aa584391096eb7c2ab0 (patch) | |
tree | 2868d5f0e4c8abac294e6e588100696a07c1cba2 /configure | |
parent | b01688735b8d716bbe0d026e5e0cc6b088628884 (diff) | |
download | Qt-b63431e771da3d35f17f9aa584391096eb7c2ab0.zip Qt-b63431e771da3d35f17f9aa584391096eb7c2ab0.tar.gz Qt-b63431e771da3d35f17f9aa584391096eb7c2ab0.tar.bz2 |
Revert "Revert "fix qconfig.h aliased header creation""
This reverts commit 7702be3de6e2641afb1062f533567ca7a72e8e0f as a
potential fix is now available.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4481,11 +4481,6 @@ if true; then ###[ '!' -f "$outpath/bin/qmake" ]; fi mv -f "$QMAKE_QCONFIG_H" "$QCONFIG_H" - for conf in "$outpath/include/QtCore/qconfig.h" "$outpath/include/Qt/qconfig.h"; do - if [ '!' -f "$conf" ]; then - ln -s "$QCONFIG_H" "$conf" - fi - done #mkspecs/default is used as a (gasp!) default mkspec so QMAKESPEC needn't be set once configured rm -f mkspecs/default |