diff options
author | Slávek Banko <[email protected]> | 2018-09-26 01:14:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-26 01:14:40 +0200 |
commit | 58c8bee3907cb4cb1c8034a6a56be204a8075be4 (patch) | |
tree | 2e2028ad6308749bf2b214759511894eaf1c0040 | |
parent | 868db93a50e35a6f728afb937b7c59e17257ee24 (diff) | |
download | tdeio-umountwrapper-58c8bee3907cb4cb1c8034a6a56be204a8075be4.tar.gz tdeio-umountwrapper-58c8bee3907cb4cb1c8034a6a56be204a8075be4.zip |
QT_INCLUDES => TQT_INCLUDES conversion
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | acinclude.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5dcb8c7..bdfab15 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1296,7 +1296,7 @@ fi dnl ------------------------------------------------------------------------ dnl Try to find the Qt headers and libraries. 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 AC_DEFUN([AC_PATH_TQT_1_3], @@ -1556,10 +1556,10 @@ AC_SUBST(qt_libraries) AC_SUBST(qt_includes) if test "$qt_includes" = "$x_includes" || test -z "$qt_includes"; then - QT_INCLUDES="" + TQT_INCLUDES="" else - QT_INCLUDES="-I$qt_includes" - all_includes="$QT_INCLUDES $all_includes" + TQT_INCLUDES="-I$qt_includes" + all_includes="$TQT_INCLUDES $all_includes" fi if test "$qt_libraries" = "$x_libraries" || test -z "$qt_libraries"; then @@ -1570,7 +1570,7 @@ else fi 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_PATH_TQT_MOC_UIC |