diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-12 14:59:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-12 16:45:12 +0900 |
commit | f1f7701f2f7aa40767659c50b018d6d4889f7225 (patch) | |
tree | edb5f16a3cf4dc43ab076c1d7102ca342872e866 | |
parent | b886660da1cd774701d044260144f75a61ee44e1 (diff) | |
download | kipi-plugins-f1f7701f2f7aa40767659c50b018d6d4889f7225.tar.gz kipi-plugins-f1f7701f2f7aa40767659c50b018d6d4889f7225.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit adb9949e9a5020162bbe09e3c4e34c8fa1bdc7a6)
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index be94c35..18c1b43 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1907,7 +1907,7 @@ else all_includes="$KDE_INCLUDES $all_includes" fi -KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION" +KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_TRANSLATION" KDE_LDFLAGS="-L$kde_libraries" if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then |