diff options
author | Michele Calgaro <[email protected]> | 2024-02-23 19:31:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-23 23:21:11 +0900 |
commit | 069a14f693170a9247338422341e4a8910597dea (patch) | |
tree | 60039d7066a46f28ac1343d6c672a7d8bda258e4 /configure.in | |
parent | 1d6e93a1b7b35e9fda81d6936e9255dca51c4f0a (diff) | |
download | krecipes-069a14f693170a9247338422341e4a8910597dea.tar.gz krecipes-069a14f693170a9247338422341e4a8910597dea.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c295d595e9249794cf3c553e452a3341103c6e09)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index b6ea8d3..66860d0 100644 --- a/configure.in +++ b/configure.in @@ -318,15 +318,15 @@ fi if test x$GXX = "xyes" -a x$kde_have_gcc_visibility = "xyes" -a x$kde_cv_val_qt_gcc_visibility_patched = "xno"; then echo "" - echo "Your GCC supports symbol visibility, but the patch for Qt supporting visibility" + echo "Your GCC supports symbol visibility, but the patch for TQt supporting visibility" echo "was not included. Therefore, GCC symbol visibility support remains disabled." echo "" - echo "For better performance, consider including the Qt visibility supporting patch" + echo "For better performance, consider including the TQt visibility supporting patch" echo "located at:" echo "" echo "http://bugs.kde.org/show_bug.cgi?id=109386" echo "" - echo "and recompile all of Qt and KDE. Note, this is entirely optional and" + echo "and recompile all of TQt and TDE. Note, this is entirely optional and" echo "everything will continue to work just fine without it." echo "" fi |