diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:14 +0900 |
commit | 5a1ee1658b59a2ce5236fad45ec4ac8716a19997 (patch) | |
tree | b306b62d0c5ae4e29a883436d9724c091e98a9a8 /aclocal.m4 | |
parent | 59334da27b03c6b6d97d4b4632e83387aecae5d1 (diff) | |
download | ksystemlog-5a1ee1658b59a2ce5236fad45ec4ac8716a19997.tar.gz ksystemlog-5a1ee1658b59a2ce5236fad45ec4ac8716a19997.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
@@ -1840,7 +1840,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 |