qb: allow building without Qt
This commit is contained in:
parent
6639d0ed89
commit
20cb92c185
|
@ -282,7 +282,8 @@ if [ "$HAVE_QT" != 'no' ]; then
|
||||||
#check_val '' QT5WEBENGINE -lQt5WebEngine QT5WEBENGINE
|
#check_val '' QT5WEBENGINE -lQt5WebEngine QT5WEBENGINE
|
||||||
|
|
||||||
if [ "$HAVE_QT5CORE" = "no" ] || [ "$HAVE_QT5GUI" = "no" ] || [ "$HAVE_QT5WIDGETS" = "no" ]; then
|
if [ "$HAVE_QT5CORE" = "no" ] || [ "$HAVE_QT5GUI" = "no" ] || [ "$HAVE_QT5WIDGETS" = "no" ]; then
|
||||||
die 1 'Error: Qt support requested, but required libraries could not be found.'
|
die : 'Notice: Not building Qt support, required libraries were not found.'
|
||||||
|
HAVE_QT=no
|
||||||
else
|
else
|
||||||
HAVE_QT=yes
|
HAVE_QT=yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue