diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:07 +0900 |
commit | 46a7de6a0e2d43835fb52b49111eed512c3389c0 (patch) | |
tree | ec009e6f58887e91d3745394a5a7284ba9968828 | |
parent | 93b8b142406a9c7f5879a76f25ad267e569a97a6 (diff) | |
download | kvkbd-46a7de6a0e2d43835fb52b49111eed512c3389c0.tar.gz kvkbd-46a7de6a0e2d43835fb52b49111eed512c3389c0.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 e9178f0..0146fc0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1333,7 +1333,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 |