diff options
author | Michele Calgaro <[email protected]> | 2023-06-14 13:41:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-14 13:41:11 +0900 |
commit | 3c992a36b715a8e4c915da0cfeafe4c4e32a31a0 (patch) | |
tree | ae486be8350e794852ad4fa247d0ad6697dad871 | |
parent | 874be19fd85b342df4ed93340406556f352924f2 (diff) | |
download | krecipes-3c992a36b715a8e4c915da0cfeafe4c4e32a31a0.tar.gz krecipes-3c992a36b715a8e4c915da0cfeafe4c4e32a31a0.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 69310de..53297af 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 |