configure: fixed qconfig.h symlink warnings
authorRohan McGovern <rohan.mcgovern@nokia.com>
Tue, 28 Feb 2012 05:02:01 +0000 (15:02 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Feb 2012 11:07:28 +0000 (12:07 +0100)
commit457606d12b13025970af2e36c640bb1f1e8f89d6
treed91756ab1526499a917a6dfd17dc7eaea4e6ad18
parent3518db0bbecd2b10fac714e006f52d66a4f7a992
configure: fixed qconfig.h symlink warnings

configure was unconditionally attempting to create two symlinks to
qconfig.h: include/Qt/qconfig.h, and include/QtCore/qconfig.h.

include/Qt doesn't exist any more, so this would always cause a
"No such file or directory" warning.  Remove that one.

include/QtCore/qconfig.h is usually created by syncqt now, so this would
cause a "File exists" warning.  Make that one conditional.

Change-Id: I8c6244dcbcf9765444f0d5c40c91a0ca192ecbcb
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
configure