QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 5d48f46823
commit 886dde66c3
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1324,7 +1324,7 @@ KDE_MT_LIBS=
if test "x$kde_use_qt_mt" = "xyes"; then if test "x$kde_use_qt_mt" = "xyes"; then
KDE_CHECK_THREADING KDE_CHECK_THREADING
if test "x$kde_use_threading" = "xyes"; then 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_LDFLAGS="$USE_THREADS"
KDE_MT_LIBS="$LIBPTHREAD" KDE_MT_LIBS="$LIBPTHREAD"
else else

2
aclocal.m4 vendored

@ -1336,7 +1336,7 @@ KDE_MT_LIBS=
if test "x$kde_use_qt_mt" = "xyes"; then if test "x$kde_use_qt_mt" = "xyes"; then
KDE_CHECK_THREADING KDE_CHECK_THREADING
if test "x$kde_use_threading" = "xyes"; then 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_LDFLAGS="$USE_THREADS"
KDE_MT_LIBS="$LIBPTHREAD" KDE_MT_LIBS="$LIBPTHREAD"
else else

Loading…
Cancel
Save