diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:08 +0900 |
commit | 6c9015ca9bc9c2db425e7ae1e9ad3b7b2da2b55b (patch) | |
tree | 6dfce8ec37d8b66dad964f87321fe03e608c4b16 | |
parent | 02ed6f0c2f2a116f8881761226498deb9cc271cb (diff) | |
download | potracegui-6c9015ca9bc9c2db425e7ae1e9ad3b7b2da2b55b.tar.gz potracegui-6c9015ca9bc9c2db425e7ae1e9ad3b7b2da2b55b.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 e917032..25ccd99 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1307,7 +1307,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 |