summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:04 +0900
commit886dde66c3c7627d3c097033854e6b511d3e4317 (patch)
tree25bfa4c995c66ca535fa894f842a48b06f23f5f4
parent5d48f46823925a506051e2008325a2c439e3b512 (diff)
downloadksplash-engine-moodin-886dde66.tar.gz
ksplash-engine-moodin-886dde66.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 10954f7..fb0e473 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1324,7 +1324,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 37a5c65..1ff1c9b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1336,7 +1336,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