summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:21:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:21:08 +0900
commitd1387cf78c905d8f00d0e916ade63f55c286f7f1 (patch)
tree2741da02794f47216065e2d4d249e2f3e7760bf4
parent28b9e09f6b0a23073d0fad4ba2d45f8fdd38a1bb (diff)
downloadkonversation-d1387cf7.tar.gz
konversation-d1387cf7.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 872652a..9c3661b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1898,7 +1898,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