diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:14:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:14:04 +0900 |
commit | 886dde66c3c7627d3c097033854e6b511d3e4317 (patch) | |
tree | 25bfa4c995c66ca535fa894f842a48b06f23f5f4 /aclocal.m4 | |
parent | 5d48f46823925a506051e2008325a2c439e3b512 (diff) | |
download | ksplash-engine-moodin-886dde66c3c7627d3c097033854e6b511d3e4317.tar.gz ksplash-engine-moodin-886dde66c3c7627d3c097033854e6b511d3e4317.zip |
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1336,7 +1336,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 |