QT_INCLUDES => TQT_INCLUDES conversion

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 6 years ago
parent 4a7815fe98
commit 1a9ae76a78
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -1296,7 +1296,7 @@ fi
dnl ------------------------------------------------------------------------ dnl ------------------------------------------------------------------------
dnl Try to find the Qt headers and libraries. dnl Try to find the Qt headers and libraries.
dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed) dnl $(QT_LDFLAGS) will be -Lqtliblocation (if needed)
dnl and $(QT_INCLUDES) will be -Iqthdrlocation (if needed) dnl and $(TQT_INCLUDES) will be -Iqthdrlocation (if needed)
dnl ------------------------------------------------------------------------ dnl ------------------------------------------------------------------------
dnl dnl
AC_DEFUN([AC_PATH_TQT_1_3], AC_DEFUN([AC_PATH_TQT_1_3],
@ -1556,10 +1556,10 @@ AC_SUBST(qt_libraries)
AC_SUBST(qt_includes) AC_SUBST(qt_includes)
if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then
QT_INCLUDES="" TQT_INCLUDES=""
else else
QT_INCLUDES="-I$qt_includes" TQT_INCLUDES="-I$qt_includes"
all_includes="$QT_INCLUDES $all_includes" all_includes="$TQT_INCLUDES $all_includes"
fi fi
if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then
@ -1570,7 +1570,7 @@ else
fi fi
test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS" test -z "$KDE_MT_LDFLAGS" || all_libraries="$all_libraries $KDE_MT_LDFLAGS"
AC_SUBST(QT_INCLUDES) AC_SUBST(TQT_INCLUDES)
AC_SUBST(QT_LDFLAGS) AC_SUBST(QT_LDFLAGS)
AC_PATH_TQT_MOC_UIC AC_PATH_TQT_MOC_UIC

Loading…
Cancel
Save