support Qt4 which has no QWidgets
This commit is contained in:
@@ -109,7 +109,7 @@ dnl auto.hpp: -Wno-ctor-dtor-privacy (removed)
|
|||||||
AC_CHECK_HEADER([pkcs11.h], [], [AC_MSG_ERROR([Header pkcs11.h is required])])
|
AC_CHECK_HEADER([pkcs11.h], [], [AC_MSG_ERROR([Header pkcs11.h is required])])
|
||||||
AC_CHECK_HEADER([wintypes.h], [], [AC_MSG_ERROR([Header wintypes.h is required])])
|
AC_CHECK_HEADER([wintypes.h], [], [AC_MSG_ERROR([Header wintypes.h is required])])
|
||||||
AC_CHECK_HEADER([mrw/checkcxx11.hxx], [], [AC_MSG_ERROR([please install mrw-c++])])
|
AC_CHECK_HEADER([mrw/checkcxx11.hxx], [], [AC_MSG_ERROR([please install mrw-c++])])
|
||||||
AX_CXX_CHECK_QT([QTGUI], [QtCore QtGui QtWidgets])
|
AX_CXX_CHECK_QT([QTGUI], [QtCore QtGui])
|
||||||
AX_CXX_CHECK_QT([QTNETWORK], [QtNetwork])
|
AX_CXX_CHECK_QT([QTNETWORK], [QtNetwork])
|
||||||
|
|
||||||
AC_ARG_ENABLE(pedantic,
|
AC_ARG_ENABLE(pedantic,
|
||||||
|
Reference in New Issue
Block a user