filter standard paths from mysql_config & pg_config
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Fri, 24 Aug 2012 11:28:36 +0000 (13:28 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 25 Aug 2012 15:03:17 +0000 (17:03 +0200)
commit72a7c43e90917afd57564b881499322e92bbe78d
treebafc7d2c9b40ca1dffd77ca0643007b868e7f1b9
parentab9fde6c0cd7c50efe52f2923e79470f05f8a1b1
filter standard paths from mysql_config & pg_config

standard paths should never be added to compiler/linker lines, as they
are likely to mess up the lookup order.
pkg-config does that filtering for us, but the home-grown config tools
don't, so we need to take care of it.

configure.exe does not have such auto-detection, so the change is not
necessary there.

Task-number: QTBUG-26850
Change-Id: I2f523d5cffb27c3d0a16cdef6ca8a4877c9983c0
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
Reviewed-by: Mitch Curtis <mitch.curtis@nokia.com>
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
configure