diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:13:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:13:48 +0900 |
commit | 4d2fd58a407a1a15de4aab65444fc516ce21a8f0 (patch) | |
tree | ecbcdc4a7f99ecbfe1848857ab6d0eb764e1b378 | |
parent | 9a41650372172980af55c4ad485add39270d2918 (diff) | |
download | kcpuload-4d2fd58a407a1a15de4aab65444fc516ce21a8f0.tar.gz kcpuload-4d2fd58a407a1a15de4aab65444fc516ce21a8f0.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 5a90424..1a5bfce 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1225,7 +1225,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 @@ -1237,7 +1237,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 |