summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:57 +0900
commit1e87339edea226c630a2be49df62f6035199fe26 (patch)
tree02553ab77b1b7c3a93d997345a24dd1f32d42510
parent9076d3a86ea40eab292b4e4ebfcf1271bd6bae4b (diff)
downloadknmap-1e87339e.tar.gz
knmap-1e87339e.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 6df9d86..94a96dc 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1299,7 +1299,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