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 | 2d1cd5fb43e84d257126ea5f0c920697b2dfaa37 (patch) | |
tree | d8cb8b47fe010d42abcfa1f2df90468571aa06e0 /aclocal.m4 | |
parent | a00e96a00605d5f201605827bd4a1ed8fb835758 (diff) | |
download | ktorrent-2d1cd5fb43e84d257126ea5f0c920697b2dfaa37.tar.gz ktorrent-2d1cd5fb43e84d257126ea5f0c920697b2dfaa37.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1919,7 +1919,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 |