summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 15:41:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 15:41:34 +0900
commit995e505a0aa8e0cf30705f51160f2b69c1f559b7 (patch)
treeb5afe94b629756ea706f65a5b0c2b73175f9bf7a
parent370b11067e7dd13285548a01a4da5c3a7a689b21 (diff)
downloadksquirrel-995e505a0aa8e0cf30705f51160f2b69c1f559b7.tar.gz
ksquirrel-995e505a0aa8e0cf30705f51160f2b69c1f559b7.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