diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:09 +0900 |
commit | d1b9ff716072f02d2ba2f01b56e1179831db4fba (patch) | |
tree | 1b1e229ef5040428bf88148b5b270f80f8aa2839 /acinclude.m4 | |
parent | 62f0273dc0db3a382d91b828be2e4a8c3967867a (diff) | |
download | smb4k-d1b9ff716072f02d2ba2f01b56e1179831db4fba.tar.gz smb4k-d1b9ff716072f02d2ba2f01b56e1179831db4fba.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 2ebb359..762db1d 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 |