diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 01:21:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 01:21:15 +0900 |
commit | 3899308581252f97c7c09fde685ae985bd6fea9b (patch) | |
tree | 4a446977fc78dca1abe79c83e40e9ee8ab653985 | |
parent | a5112dc916c688e520e6fa9076bb956c7be559fc (diff) | |
download | kuickshow-3899308581252f97c7c09fde685ae985bd6fea9b.tar.gz kuickshow-3899308581252f97c7c09fde685ae985bd6fea9b.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 536ac4c..abe43d4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1883,7 +1883,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 |