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 | 53e3d2f962c03878e253ca05a44ddfc290a79faa (patch) | |
tree | 89af1a0c8dd541acb57d410e00e2ab052078b4db | |
parent | 4220f1965a7f8e48e42544e81874e21fcff1848b (diff) | |
download | basket-53e3d2f962c03878e253ca05a44ddfc290a79faa.tar.gz basket-53e3d2f962c03878e253ca05a44ddfc290a79faa.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 49cf99b..ae1a5a5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1327,7 +1327,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 |