Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 658534 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +1 lines)
Lines 5907-5913 Link Here
5907
enabled pic && enable_weak_pic
5907
enabled pic && enable_weak_pic
5908
5908
5909
is_qmake5(){
5909
is_qmake5(){
5910
    $1 --version 2>&1 | egrep -q -e "Qt version 5\.[2-9]\.[0-9]"
5910
    $1 --version 2>&1 | egrep -q -e 'Qt version 5\.(([1-9][0-9]+)|[2-9])\.[0-9]'
5911
}
5911
}
5912
5912
5913
# qmake-qt5 /usr/lib64/qt5/bin/qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake
5913
# qmake-qt5 /usr/lib64/qt5/bin/qmake /usr/lib/x86_64-linux-gnu/qt5/bin/qmake

Return to bug 658534