diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:12 +0900 |
commit | b391e1694c98cf21d2ebb35a749f0f962ee3655f (patch) | |
tree | 24b96dc1d1a324345c0ce98ce202a9cddf55ac39 /aclocal.m4 | |
parent | 8c38d4fc0fd7ec6b3b156de466ae0576d1fc9e20 (diff) | |
download | ksplash-engine-moodin-b391e1694c98cf21d2ebb35a749f0f962ee3655f.tar.gz ksplash-engine-moodin-b391e1694c98cf21d2ebb35a749f0f962ee3655f.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1886,7 +1886,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 |