diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:13:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:13:51 +0900 |
commit | 4cad353b06db236a3a5adaf994856b8a12b26b9e (patch) | |
tree | 3805ddea4abb12da09a51ddf62a1942691545aa8 | |
parent | cc079094703da3f3c4362314f4a2e7d2f821b5c8 (diff) | |
download | keximdb-4cad353b06db236a3a5adaf994856b8a12b26b9e.tar.gz keximdb-4cad353b06db236a3a5adaf994856b8a12b26b9e.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 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index ce8061a..d6590c2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1487,7 +1487,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 |