summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
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
commit80ab5796c133a6c5dd76a93ef26976afa13f2cf0 (patch)
treec2b7484e50e32652e9316fa634d2fa055405413a /aclocal.m4
parentc56ae1216850350b2a93a8b505594e12a872e928 (diff)
downloadkkbswitch-80ab5796.tar.gz
kkbswitch-80ab5796.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d40f52f..76ed13b 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