summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:53 +0900
commita9e3211103b3c769e57de62d272c7464156a1740 (patch)
treef51d43305ab4d1cbb91c7536805ccc6e26973be3
parente42ef051903ef849bbe5f21a14c1c4f21553195a (diff)
downloadkatapult-a9e3211103b3c769e57de62d272c7464156a1740.tar.gz
katapult-a9e3211103b3c769e57de62d272c7464156a1740.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 fced009..9ade052 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1874,7 +1874,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