diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:21:09 +0900 |
commit | eb02825bf4c1952d02688b13da2e358e3f624b77 (patch) | |
tree | ac51726b72c1e2b5b21ec6c6a35dab2c8d35f247 /acinclude.m4 | |
parent | ac44f28630e531790a8285ea6f665753e0457afb (diff) | |
download | krecipes-eb02825bf4c1952d02688b13da2e358e3f624b77.tar.gz krecipes-eb02825bf4c1952d02688b13da2e358e3f624b77.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index af22bcd..bb7d23b 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 |