summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 12:55:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 12:55:57 +0900
commitbe0e3963b4dfc9341bfcaa92ad72170ba3519673 (patch)
treeaf170fecec03bd053415b7b4a814ec1a20ebd599
parent0d3ac8f304e1726db2f4849950435c2fa232855e (diff)
downloadlibksquirrel-be0e3963b4dfc9341bfcaa92ad72170ba3519673.tar.gz
libksquirrel-be0e3963b4dfc9341bfcaa92ad72170ba3519673.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 13bed34..2080a9c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1883,7 +1883,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