summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-15 15:14:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-15 15:14:14 +0900
commite5c99503ac6dc15037d3574c15dd402e5fdd247b (patch)
treede5517b9edb245f2836bab9f7aae44a24033a7ce
parent009fc04965228ac9b75cbf4f4f787f06fb9e5368 (diff)
downloadsoundkonverter-e5c99503ac6dc15037d3574c15dd402e5fdd247b.tar.gz
soundkonverter-e5c99503ac6dc15037d3574c15dd402e5fdd247b.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 ea15b68..07fa090 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