mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
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
|
||||
|
||||
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
|
||||
HAVE_QT=yes
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user