From 036da08f5120ed605d7546c4255e681d03e268b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Sep 2018 01:14:05 +0900 Subject: [PATCH] QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- acinclude.m4 | 2 +- aclocal.m4 | 2 +- ksystemlog/po/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 7c95da9..096f99d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1299,7 +1299,7 @@ KDE_MT_LIBS= if test "x$kde_use_qt_mt" = "xyes"; then KDE_CHECK_THREADING if test "x$kde_use_threading" = "xyes"; then - CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS" + CPPFLAGS="$USE_THREADS -DTQT_THREAD_SUPPORT $CPPFLAGS" KDE_MT_LDFLAGS="$USE_THREADS" KDE_MT_LIBS="$LIBPTHREAD" else diff --git a/aclocal.m4 b/aclocal.m4 index c8f54a4..fb396ce 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1311,7 +1311,7 @@ KDE_MT_LIBS= if test "x$kde_use_qt_mt" = "xyes"; then KDE_CHECK_THREADING if test "x$kde_use_threading" = "xyes"; then - CPPFLAGS="$USE_THREADS -DQT_THREAD_SUPPORT $CPPFLAGS" + CPPFLAGS="$USE_THREADS -DTQT_THREAD_SUPPORT $CPPFLAGS" KDE_MT_LDFLAGS="$USE_THREADS" KDE_MT_LIBS="$LIBPTHREAD" else diff --git a/ksystemlog/po/Makefile b/ksystemlog/po/Makefile index c8256e7..016e509 100644 --- a/ksystemlog/po/Makefile +++ b/ksystemlog/po/Makefile @@ -55,7 +55,7 @@ CCDEPMODE = depmode=gcc3 CFLAGS = -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute CONF_FILES = $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in CPP = gcc -E -CPPFLAGS = -DQT_THREAD_SUPPORT -D_REENTRANT +CPPFLAGS = -DTQT_THREAD_SUPPORT -D_REENTRANT CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3