diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:58 +0900 |
commit | e52621e01c96415c26285302fc229717896e312b (patch) | |
tree | c25f5d083a606ff97e269ca68535c98d40481c45 | |
parent | 9b9509b6a5da38e4ec2637cee8571a7040e5a7b2 (diff) | |
download | kdirstat-e52621e01c96415c26285302fc229717896e312b.tar.gz kdirstat-e52621e01c96415c26285302fc229717896e312b.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b52e311..8eb9a5b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1836,7 +1836,7 @@ else all_includes="$KDE_INCLUDES $all_includes" fi -KDE_DEFAULT_CXXFLAGS="-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION" +KDE_DEFAULT_CXXFLAGS="-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION" KDE_LDFLAGS="-L$kde_libraries" if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then |