summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-13 15:45:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 11:10:57 +0900
commitaab627d97fabc28761c91c55a94415a9560825eb (patch)
tree6249f1704e7c31f65e2a50e0823a9a57dff31116 /aclocal.m4
parent674f59f6e29938cabc48bd5697dd507421c800b3 (diff)
downloadktorrent-aab627d9.tar.gz
ktorrent-aab627d9.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 90c2bc07c89d7a5774e551d918ea6f69132b478d)
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index bb1b2f2..f14cb81 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1919,7 +1919,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