summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:14:11 +0900
commite9d985d05dafcafa08cf2ea9c0dc8a6e611df9b0 (patch)
tree6ca1de1a3cf3a341b58d1fa6ad056dee68f21e31
parentc53d1891f357b8f6a32aa4acebb1560009b8dc16 (diff)
downloadtdeio-ftps-e9d985d0.tar.gz
tdeio-ftps-e9d985d0.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 3eb15ae..d757750 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1328,7 +1328,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