summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:49 +0900
commit487c871de2c8ac5c27b671e9682d006eb5472643 (patch)
tree281c1ac7e40beee7b3ff8d960463400af055de14
parent0ead791b7e2487c1a82b716c752ea5f8298a0d3c (diff)
downloadkdbg-487c871de2c8ac5c27b671e9682d006eb5472643.tar.gz
kdbg-487c871de2c8ac5c27b671e9682d006eb5472643.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
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 8f5d05d..1f63631 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1341,7 +1341,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