diff options
author | Michele Calgaro <[email protected]> | 2023-06-13 12:55:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-06-14 11:06:24 +0900 |
commit | 9e9492a6b21e4cf98648eae2e1aa04a708f6ff8e (patch) | |
tree | af170fecec03bd053415b7b4a814ec1a20ebd599 | |
parent | e14b6685fea737b0087c44b3db4c14ef0a53463e (diff) | |
download | libksquirrel-9e9492a6b21e4cf98648eae2e1aa04a708f6ff8e.tar.gz libksquirrel-9e9492a6b21e4cf98648eae2e1aa04a708f6ff8e.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit be0e3963b4dfc9341bfcaa92ad72170ba3519673)
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 13bed34..2080a9c 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 |