diff options
Diffstat (limited to '')
| -rw-r--r-- | m4/qt5.m4 | 2 | ||||
| -rw-r--r-- | m4/qt6.m4 | 2 | 
2 files changed, 4 insertions, 0 deletions
| @@ -55,6 +55,8 @@ AC_DEFUN([FIND_QT5],        fi      fi      AC_MSG_RESULT([$mocversion]) +  fi +  if test "$have_qt5_libs" = "yes"; then      dnl Check that a binary can actually be build with this qt.      dnl pkg-config may be set up in a way that it looks also for libraries      dnl of the build system and not only for the host system. In that case @@ -52,6 +52,8 @@ AC_DEFUN([FIND_QT6],        fi      fi      AC_MSG_RESULT([$mocversion]) +  fi +  if test "$have_qt6_libs" = "yes"; then      dnl Check that a binary can actually be build with this qt.      dnl pkg-config may be set up in a way that it looks also for libraries      dnl of the build system and not only for the host system. In that case | 
