summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-18 01:13:54 +0900
commit05e44c2e3be875c484461ff8f76b2b1a9cc59f30 (patch)
tree2a9cdcc209ec1f78d00e2af93af5f8540e29313a
parent653720e1525f6cc686a51644988f2372af1bde20 (diff)
downloadkmplayer-05e44c2e.tar.gz
kmplayer-05e44c2e.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 a003ab1..df1c31a 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