summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:21:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:21:14 +0900
commit558e60c37eff51583a2536a9da099206ea858e9d (patch)
treee5f3aa090babf35ab62c87a60f5edbbd98b7cc85
parent0a07df687b03c2c5ee3c9f8e18879cb48798407e (diff)
downloadktechlab-558e60c37eff51583a2536a9da099206ea858e9d.tar.gz
ktechlab-558e60c37eff51583a2536a9da099206ea858e9d.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m42
-rw-r--r--aclocal.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b1de6fa..a7af3fe 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1885,7 +1885,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
diff --git a/aclocal.m4 b/aclocal.m4
index 2276486..3f64ff4 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1897,7 +1897,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