summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-18 01:14:10 +0900
committerMichele Calgaro <[email protected]>2018-09-18 01:14:10 +0900
commitfc24f63427cd28983073c4512e882eaf60ae18a7 (patch)
treeb04bc210abd250820069a4d2b5483da6fe142e91 /aclocal.m4
parent2c263b2b586f258f3883949281f2f2ab68fd12ae (diff)
downloadtde-systemsettings-fc24f63427cd28983073c4512e882eaf60ae18a7.tar.gz
tde-systemsettings-fc24f63427cd28983073c4512e882eaf60ae18a7.zip
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
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 f9e803a..dd1d4c7 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1345,7 +1345,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