diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 01:20:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 01:20:50 +0900 |
commit | 4a30095aca19e18210c957e29589a0598c466a3c (patch) | |
tree | b31571df2d2c5246987318d377da91de21cf6df3 | |
parent | 9e80a8929dc4d1870428f6f805174fb0b13f9d44 (diff) | |
download | dolphin-4a30095aca19e18210c957e29589a0598c466a3c.tar.gz dolphin-4a30095aca19e18210c957e29589a0598c466a3c.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 9d1927a..a2789d4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1907,7 +1907,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 |