qt-tools are named tool-qt5 in suse :p
This commit is contained in:
@@ -50,7 +50,7 @@ AC_DEFUN([AX_CXX_QT_TOOL], [
|
|||||||
$1=${$1:-$(${PKG_CONFIG} --variable=host_bins QtCore)/$2}
|
$1=${$1:-$(${PKG_CONFIG} --variable=host_bins QtCore)/$2}
|
||||||
if ! which "${$1%% *}" > /dev/null; then
|
if ! which "${$1%% *}" > /dev/null; then
|
||||||
if which "$2-qt5" > /dev/null; then
|
if which "$2-qt5" > /dev/null; then
|
||||||
$1=$2
|
$1=$2-qt5
|
||||||
elif which "$2" > /dev/null; then
|
elif which "$2" > /dev/null; then
|
||||||
$1=$2
|
$1=$2
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user