diff options
author | Michele Calgaro <[email protected]> | 2018-09-25 01:21:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-25 01:21:19 +0900 |
commit | 176c4feae2a138ecc116946d646634a38dc54851 (patch) | |
tree | 14c88c91408c25ce526e168296ea35f7d9011b03 | |
parent | 6aa43831ff52298c6b5b46c98e97754922d33838 (diff) | |
download | tdeio-apt-176c4feae2a138ecc116946d646634a38dc54851.tar.gz tdeio-apt-176c4feae2a138ecc116946d646634a38dc54851.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 e254688..5dcb8c7 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 |