summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-09-25 01:20:49 +0900
committerMichele Calgaro <[email protected]>2018-09-25 01:20:49 +0900
commit86a15e697e283c54dee8e7b64059a09e00165f9a (patch)
tree75b13a033cee886826efac1347ad79cd242a2019 /acinclude.m4
parent45df91ddb43b74b41c6abbde4a98f2d7ea4b1242 (diff)
downloadbibletime-86a15e697e283c54dee8e7b64059a09e00165f9a.tar.gz
bibletime-86a15e697e283c54dee8e7b64059a09e00165f9a.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <[email protected]>
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 2bd31ad..acbceba 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1884,7 +1884,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