diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:13:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:13:41 +0900 |
commit | d51f6f97d2cf08f89b9b22f601012efc206b2814 (patch) | |
tree | 48e8be6a2ac63cd0826ed8064bc271903e97341a /acinclude.m4 | |
parent | e94f1bd9cf4bf4d1001397b438c1c846cde0043e (diff) | |
download | bibletime-d51f6f97d2cf08f89b9b22f601012efc206b2814.tar.gz bibletime-d51f6f97d2cf08f89b9b22f601012efc206b2814.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index ef4f998..54b542c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1324,7 +1324,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 |