summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:15 +0900
commita8e7abb834914563d1106ec0cb58bb9988bf2b54 (patch)
tree2489606bc4a787a24ee7b9f36d97a6ec50c2b7f6
parente753d677c5c33c5ca6fece4fc23776165727538b (diff)
downloadyakuake-a8e7abb8.tar.gz
yakuake-a8e7abb8.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 617e2af..7238987 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