diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 01:21:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 01:21:12 +0900 |
commit | a00e43f2d59a52dc9855ea7ba62aae541741091a (patch) | |
tree | ff3b46c8ea8e8a39535ef887486ead61a1cfa2be | |
parent | 291f67db9e551d80c3027f55830be56249b8f09e (diff) | |
download | kshutdown-a00e43f2d59a52dc9855ea7ba62aae541741091a.tar.gz kshutdown-a00e43f2d59a52dc9855ea7ba62aae541741091a.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 48ec59e..176734d 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 |