diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-18 01:13:58 +0900 |
commit | 02fdd7953056134320c87b388e71f445773225fd (patch) | |
tree | 840aa320389c2d93179697f7c6c61eda49214153 /aclocal.m4 | |
parent | 096928a28aa90ef450ef6481e835c8e225466172 (diff) | |
download | knowit-02fdd7953056134320c87b388e71f445773225fd.tar.gz knowit-02fdd7953056134320c87b388e71f445773225fd.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
@@ -1311,7 +1311,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 |