diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:53 +0900 |
commit | bdf9130d36b73d37e53be4b9b8d864123b0f4e65 (patch) | |
tree | 3a7a521f703c97e527dddd9a481987e3e74ec705 | |
parent | 6da9ed440dad732755dc8790b4628534433b53e2 (diff) | |
download | kiosktool-bdf9130d36b73d37e53be4b9b8d864123b0f4e65.tar.gz kiosktool-bdf9130d36b73d37e53be4b9b8d864123b0f4e65.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.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 35a1d93..ca53ffb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1318,7 +1318,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 @@ -1330,7 +1330,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 |