diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-27 17:59:27 +0900 |
commit | e1efeccd818e1ab0ae99e74382675cedb5fb2245 (patch) | |
tree | 3590ea902ebf53614ccbab18cf9c603c4fd9b734 | |
parent | 9e4faafba5faa5e351296841421bdaf0f99e9146 (diff) | |
download | keximdb-e1efeccd818e1ab0ae99e74382675cedb5fb2245.tar.gz keximdb-e1efeccd818e1ab0ae99e74382675cedb5fb2245.zip |
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index e369111..772439f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2102,7 +2102,7 @@ else all_includes="$KDE_INCLUDES $all_includes" fi -KDE_DEFAULT_CXXFLAGS="-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION" +KDE_DEFAULT_CXXFLAGS="-DTQT_NO_ASCII_CAST -DTQT_NO_STL -DTQT_NO_COMPAT -DTQT_NO_TRANSLATION" KDE_LDFLAGS="-L$kde_libraries" if test ! "$kde_libraries" = "$x_libraries" && test ! "$kde_libraries" = "$qt_libraries" ; then |