|
|
@ -119,10 +119,25 @@ AC_DEFUN([AX_CHECK_QT], [ |
|
|
|
AC_DEFINE([HAVE_$1]) |
|
|
|
AC_DEFINE([HAVE_$1]) |
|
|
|
QTDIR=$(${PKG_CONFIG} --variable=prefix Qt5Core) |
|
|
|
QTDIR=$(${PKG_CONFIG} --variable=prefix Qt5Core) |
|
|
|
qt_host_bins=$(${PKG_CONFIG} --variable=host_bins Qt5Core) |
|
|
|
qt_host_bins=$(${PKG_CONFIG} --variable=host_bins Qt5Core) |
|
|
|
if test -d "${qt_host_bins}"; then |
|
|
|
qt_libdir=$(${PKG_CONFIG} --variable=libdir Qt5Core) |
|
|
|
QT_PLUGIN_PATH=${qt_host_bins}/../plugins |
|
|
|
if test -d "${qt_libdir}" -a -d "${qt_libdir}/plugins"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${qt_libdir}/plugins" |
|
|
|
|
|
|
|
elif test -d "${qt_libdir}/qt5" -a -d "${qt_libdir}/qt5/plugins"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${qt_libdir}/qt5/plugins" |
|
|
|
|
|
|
|
elif test -d "${qt_host_bins}" -a -d "${qt_host_bins}/../plugins"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${qt_host_bins}/../plugins" |
|
|
|
|
|
|
|
elif test -d "${QTDIR}/plugins; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${QTDIR}/plugins" |
|
|
|
|
|
|
|
elif test -d "${QTDIR}/share/qt5/plugins; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${QTDIR}/share/qt5/plugins" |
|
|
|
else |
|
|
|
else |
|
|
|
QT_PLUGIN_PATH=${QTDIR}/share/qt5/plugins |
|
|
|
AC_MSG_ERROR([QT_PLUGIN_PATH not found |
|
|
|
|
|
|
|
- not in: ${qt_libdir}/plugins |
|
|
|
|
|
|
|
- not in: ${qt_libdir}/qt5/plugins |
|
|
|
|
|
|
|
- not in: ${qt_host_bins}/../plugins |
|
|
|
|
|
|
|
- not in: ${QTDIR}/plugins |
|
|
|
|
|
|
|
- not in: ${QTDIR}/share/qt5/plugins |
|
|
|
|
|
|
|
]) |
|
|
|
fi |
|
|
|
fi |
|
|
|
MOC_FLAGS+=" -DHAVE_$1=1 ${[$1]5_CFLAGS}" |
|
|
|
MOC_FLAGS+=" -DHAVE_$1=1 ${[$1]5_CFLAGS}" |
|
|
|
[$1]_CPPFLAGS="${[$1]5_CFLAGS}" |
|
|
|
[$1]_CPPFLAGS="${[$1]5_CFLAGS}" |
|
|
@ -166,10 +181,25 @@ AC_DEFUN([AX_CHECK_QT], [ |
|
|
|
AC_DEFINE([HAVE_$1]) |
|
|
|
AC_DEFINE([HAVE_$1]) |
|
|
|
QTDIR=$(${PKG_CONFIG} --variable=prefix QtCore) |
|
|
|
QTDIR=$(${PKG_CONFIG} --variable=prefix QtCore) |
|
|
|
qt_host_bins=$(${PKG_CONFIG} --variable=host_bins QtCore) |
|
|
|
qt_host_bins=$(${PKG_CONFIG} --variable=host_bins QtCore) |
|
|
|
if test -d "${qt_host_bins}"; then |
|
|
|
qt_libdir=$(${PKG_CONFIG} --variable=libdir QtCore) |
|
|
|
QT_PLUGIN_PATH=${qt_host_bins}/../plugins |
|
|
|
if test -d "${qt_libdir}" -a -d "${qt_libdir}/plugins"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${qt_libdir}/plugins" |
|
|
|
|
|
|
|
elif test -d "${qt_libdir}/qt5" -a -d "${qt_libdir}/qt5/plugins"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${qt_libdir}/qt5/plugins" |
|
|
|
|
|
|
|
elif test -d "${qt_host_bins}" -a -d "${qt_host_bins}/../plugins"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${qt_host_bins}/../plugins" |
|
|
|
|
|
|
|
elif test -d "${QTDIR}/plugins; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${QTDIR}/plugins" |
|
|
|
|
|
|
|
elif test -d "${QTDIR}/share/qt5/plugins; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH="${QTDIR}/share/qt5/plugins" |
|
|
|
else |
|
|
|
else |
|
|
|
QT_PLUGIN_PATH=${QTDIR}/share/qt/plugins |
|
|
|
AC_MSG_ERROR([QT_PLUGIN_PATH not found |
|
|
|
|
|
|
|
- not in: ${qt_libdir}/plugins |
|
|
|
|
|
|
|
- not in: ${qt_libdir}/qt5/plugins |
|
|
|
|
|
|
|
- not in: ${qt_host_bins}/../plugins |
|
|
|
|
|
|
|
- not in: ${QTDIR}/plugins |
|
|
|
|
|
|
|
- not in: ${QTDIR}/share/qt5/plugins |
|
|
|
|
|
|
|
]) |
|
|
|
fi |
|
|
|
fi |
|
|
|
MOC_FLAGS+=" -DHAVE_$1=1 ${$1_CFLAGS}" |
|
|
|
MOC_FLAGS+=" -DHAVE_$1=1 ${$1_CFLAGS}" |
|
|
|
[$1]_CPPFLAGS="${[$1]_CFLAGS}" |
|
|
|
[$1]_CPPFLAGS="${[$1]_CFLAGS}" |
|
|
@ -214,9 +244,6 @@ AC_DEFUN([AX_CHECK_QT], [ |
|
|
|
AX_CHECK_VALID_CXX_FLAG([-Wl,-subsystem,windows], [windows console flag]) |
|
|
|
AX_CHECK_VALID_CXX_FLAG([-Wl,-subsystem,windows], [windows console flag]) |
|
|
|
fi |
|
|
|
fi |
|
|
|
test "x$prefix" = xNONE && prefix=$ac_default_prefix |
|
|
|
test "x$prefix" = xNONE && prefix=$ac_default_prefix |
|
|
|
if test "${QT_PLUGIN_PATH}" = "${QT_PLUGIN_PATH#${prefix}}"; then |
|
|
|
|
|
|
|
QT_PLUGIN_PATH=${prefix}${QT_PLUGIN_PATH#/usr} |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
AC_ARG_WITH([qt-plugin-path], |
|
|
|
AC_ARG_WITH([qt-plugin-path], |
|
|
|
[AS_HELP_STRING([--with-qt-plugin-path=PATH], |
|
|
|
[AS_HELP_STRING([--with-qt-plugin-path=PATH], |
|
|
|
[define a different qt plugin path, current @<:@default=check@:>@])], |
|
|
|
[define a different qt plugin path, current @<:@default=check@:>@])], |
|
|
|