diff options
author | Michele Calgaro <[email protected]> | 2023-06-14 13:45:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-15 13:12:26 +0900 |
commit | 9b38fb3c70d05f1f18c66aeb75e5c64924119d58 (patch) | |
tree | 6d569fd94f94f74037de6beada92115496859523 | |
parent | cdfa9542778aa00a600e74a4ccfad9645d8a996e (diff) | |
download | krusader-9b38fb3c70d05f1f18c66aeb75e5c64924119d58.tar.gz krusader-9b38fb3c70d05f1f18c66aeb75e5c64924119d58.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 91414d9dcfa02f7f6bec5ad37ff37e314a8d3198)
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index d814ed8..b1ce8f4 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 |