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 | b03d4475395c39b2cccdbe157b0028b2e145576a (patch) | |
tree | 62e1555fefd03f9b259b0bf5dd9b59457a1653de /acinclude.m4 | |
parent | 060b145232190d1a1532014537cc708f9226eca1 (diff) | |
download | filelight-b03d4475395c39b2cccdbe157b0028b2e145576a.tar.gz filelight-b03d4475395c39b2cccdbe157b0028b2e145576a.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 9674fe0..ec31fe6 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 |