diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:03 +0900 |
commit | d323438ed29ad5196f61304f74b6d11e10171030 (patch) | |
tree | 33fa61cc6ca2d40b86e9a23a79e973470fc99104 /acinclude.m4 | |
parent | fb4f3f503c6ff30b6330f841f6d6c86d1619a27c (diff) | |
download | kshutdown-d323438ed29ad5196f61304f74b6d11e10171030.tar.gz kshutdown-d323438ed29ad5196f61304f74b6d11e10171030.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 1f805c9..2780291 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 |