summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-07-17 16:59:01 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2010-07-17 16:59:01 +1000
commitb63431e771da3d35f17f9aa584391096eb7c2ab0 (patch)
tree2868d5f0e4c8abac294e6e588100696a07c1cba2 /configure
parentb01688735b8d716bbe0d026e5e0cc6b088628884 (diff)
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-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index 166f2013f4..62e0863a6c 100755
--- a/configure
+++ b/configure
@@ -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