summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:46 +0900
commit1e3f631128c29c69eb4eeb529728caa66efdbe42 (patch)
treec7ac63682d035e0491c3c9daf1954ced850849ce
parent1e05f594d3350057eb7dc02a0c3be41d6ee26c45 (diff)
downloadkbarcode-1e3f6311.tar.gz
kbarcode-1e3f6311.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 361ba0d..02ce251 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1333,7 +1333,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