summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:52 +0900
commit247b16144e09e74bff66761fd7987ef5d35628fa (patch)
treea658e86b1221d33062f6539cd6ad41067a394298 /acinclude.m4
parentdb2e2f6d5c4c21f5d8006e911800cab7c9a67e9e (diff)
downloadk3b-i18n-247b16144e09e74bff66761fd7987ef5d35628fa.tar.gz
k3b-i18n-247b16144e09e74bff66761fd7987ef5d35628fa.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.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index a709241..63a15f8 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