Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions qb/config.libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ if [ "$HAVE_QT" != 'no' ]; then
check_enabled QT6NETWORK QT Qt 'Qt6Network is' user
#check_enabled QT6WEBENGINE QT Qt 'Qt6Webengine is' user

if [ "$HAVE_QT6CORE" == 'yes' ] && \
[ "$HAVE_QT6GUI" == 'yes' ] && \
[ "$HAVE_QT6WIDGETS" == 'yes' ] && \
[ "$HAVE_QT6CONCURRENT" == 'yes' ] && \
[ "$HAVE_QT6NETWORK" == 'yes' ]
if [ "$HAVE_QT6CORE" = 'yes' ] && \
[ "$HAVE_QT6GUI" = 'yes' ] && \
[ "$HAVE_QT6WIDGETS" = 'yes' ] && \
[ "$HAVE_QT6CONCURRENT" = 'yes' ] && \
[ "$HAVE_QT6NETWORK" = 'yes' ]
then
HAVE_QT6='yes'
add_define MAKEFILE HAVE_QT6 1
Expand Down
Loading