diff options
author | Michele Calgaro <[email protected]> | 2018-09-18 01:14:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-18 01:14:09 +0900 |
commit | b10d6b2d1b4592822d3b7bb77b3da11e078ea577 (patch) | |
tree | 004c29190349bdd390d2fc2b96fc08a07a487c94 | |
parent | adf14c52676cdbd8983ba932abcd6ce9b7f5c9ba (diff) | |
download | soundkonverter-b10d6b2d1b4592822d3b7bb77b3da11e078ea577.tar.gz soundkonverter-b10d6b2d1b4592822d3b7bb77b3da11e078ea577.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 e0e5a91..d33baac 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 |