diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:06 +0900 |
commit | 4209229b2a6321771a6a38bfdb18f1e5900d3345 (patch) | |
tree | 667f385860452bb993b81a1376a86ac80eb40942 | |
parent | 8ebf443798957b5aedf4e9bdad5a93c1cdde4a28 (diff) | |
download | kuickshow-4209229b2a6321771a6a38bfdb18f1e5900d3345.tar.gz kuickshow-4209229b2a6321771a6a38bfdb18f1e5900d3345.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 649f79d..24ccd0e 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 |