diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:13:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:13:53 +0900 |
commit | bdf9130d36b73d37e53be4b9b8d864123b0f4e65 (patch) | |
tree | 3a7a521f703c97e527dddd9a481987e3e74ec705 /aclocal.m4 | |
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 <[email protected]>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |