diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:15 +0900 |
commit | 2d1cd5fb43e84d257126ea5f0c920697b2dfaa37 (patch) | |
tree | d8cb8b47fe010d42abcfa1f2df90468571aa06e0 | |
parent | a00e96a00605d5f201605827bd4a1ed8fb835758 (diff) | |
download | ktorrent-2d1cd5fb43e84d257126ea5f0c920697b2dfaa37.tar.gz ktorrent-2d1cd5fb43e84d257126ea5f0c920697b2dfaa37.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 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9be99e6..6311687 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 @@ -1919,7 +1919,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 |