summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-28 09:27:27 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-05-28 11:38:46 (GMT)
commit71425f24893fecb15cd4d01e6dc3d391051e9d6b (patch)
tree1439ad56d2fdca89cfecc55b0b5d04cbbbc28c4f /doc/src
parentd134df1ffd8b4361645e6dc8354551a6c3f32891 (diff)
downloadQt-71425f24893fecb15cd4d01e6dc3d391051e9d6b.zip
Qt-71425f24893fecb15cd4d01e6dc3d391051e9d6b.tar.gz
Qt-71425f24893fecb15cd4d01e6dc3d391051e9d6b.tar.bz2
fix visibility detection for g++ with a qualified binary name
it may be called g++-4.4 (versioned) or x86_64-pc-linux-gnu-g++ (cross-compiler), so make the pattern just match anything with g++. it may also be aliased to "c++", so catch that as well. otoh, "gcc" would be a poor choice for QMAKE_CXX, so don't recognize that. Reviewed-by: thiago Task-number: QTBUG-11065
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions