diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:13:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:13:43 +0900 |
commit | 76144861376c1add49aac463b494b432e1ed4934 (patch) | |
tree | b83ae568bb17926c3044affa8fa569865e709957 /acinclude.m4 | |
parent | 64d2eeae7da57a7e7c64ea73a0054177e11360cf (diff) | |
download | dolphin-76144861376c1add49aac463b494b432e1ed4934.tar.gz dolphin-76144861376c1add49aac463b494b432e1ed4934.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 30ffd08..d6b6b25 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1341,7 +1341,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 |