diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:11 +0900 |
commit | 79f1aa31036a08235445f487bcb994c091b8809a (patch) | |
tree | f0d3659b4a43e4a8e09288e29ca4a0fee0eb7d99 | |
parent | c29e726e6b2423a0c91713203d6edd9beee240c2 (diff) | |
download | kshowmail-79f1aa31036a08235445f487bcb994c091b8809a.tar.gz kshowmail-79f1aa31036a08235445f487bcb994c091b8809a.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 55a7ae9..f2db5a7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1883,7 +1883,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 |