diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 19:39:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-17 19:44:59 +0900 |
commit | f89b30da133cc3eef7fffb4f370bcfeb92129a38 (patch) | |
tree | 18304fea5f82064d185755012c208e7cf7bbc701 /configure.in | |
parent | e4169f74a210c4ba4654b58d577cce3f8b86133b (diff) | |
download | ksquirrel-f89b30da133cc3eef7fffb4f370bcfeb92129a38.tar.gz ksquirrel-f89b30da133cc3eef7fffb4f370bcfeb92129a38.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 8134c35..e9a305c 100644 --- a/configure.in +++ b/configure.in @@ -319,15 +319,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 KDE. Note, this is entirely optional and" echo "everything will continue to work just fine without it." echo "" fi |