diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:55 +0900 |
commit | 713c83a6c1268726332f13d0d3480652e45b7892 (patch) | |
tree | f7871e476aa7b192deb2c2a3f92cb0a56fbdff8b /acinclude.m4 | |
parent | 963cc67b6d86973acc0e5018af03f6569b770bf3 (diff) | |
download | kbiff-713c83a6c1268726332f13d0d3480652e45b7892.tar.gz kbiff-713c83a6c1268726332f13d0d3480652e45b7892.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3f6f155..82044be 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1907,7 +1907,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 |