summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:53 +0900
commitbdf9130d36b73d37e53be4b9b8d864123b0f4e65 (patch)
tree3a7a521f703c97e527dddd9a481987e3e74ec705
parent6da9ed440dad732755dc8790b4628534433b53e2 (diff)
downloadkiosktool-bdf9130d36b73d37e53be4b9b8d864123b0f4e65.tar.gz
kiosktool-bdf9130d36b73d37e53be4b9b8d864123b0f4e65.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
-rw-r--r--aclocal.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 35a1d93..ca53ffb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1318,7 +1318,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 cad9aac..df470de 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1330,7 +1330,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