diff options
author | Michele Calgaro <[email protected]> | 2023-06-13 15:45:03 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-14 11:10:57 +0900 |
commit | aab627d97fabc28761c91c55a94415a9560825eb (patch) | |
tree | 6249f1704e7c31f65e2a50e0823a9a57dff31116 | |
parent | 674f59f6e29938cabc48bd5697dd507421c800b3 (diff) | |
download | ktorrent-aab627d97fabc28761c91c55a94415a9560825eb.tar.gz ktorrent-aab627d97fabc28761c91c55a94415a9560825eb.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 90c2bc07c89d7a5774e551d918ea6f69132b478d)
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 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 @@ -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 |