summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-12 14:59:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-12 14:59:06 +0900
commitadb9949e9a5020162bbe09e3c4e34c8fa1bdc7a6 (patch)
tree917d0f8eeb43a0483bded595b2f9ea7ac3e0e0ee
parent932dacd64ed486ccd99fd9e0766e4f31277a7bce (diff)
downloadkipi-plugins-adb9949e9a5020162bbe09e3c4e34c8fa1bdc7a6.tar.gz
kipi-plugins-adb9949e9a5020162bbe09e3c4e34c8fa1bdc7a6.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
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