diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-15 15:14:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-15 16:20:03 +0900 |
commit | a36ca1c38e44fd2e2c0f74933962dce0af7c29db (patch) | |
tree | de5517b9edb245f2836bab9f7aae44a24033a7ce | |
parent | 009fc04965228ac9b75cbf4f4f787f06fb9e5368 (diff) | |
download | soundkonverter-a36ca1c38e44fd2e2c0f74933962dce0af7c29db.tar.gz soundkonverter-a36ca1c38e44fd2e2c0f74933962dce0af7c29db.zip |
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e5c99503ac6dc15037d3574c15dd402e5fdd247b)
-rw-r--r-- | acinclude.m4 | 2 |
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 |