summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 19:39:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 23:06:47 +0900
commit831c5f62e234ee626144e127a3a7fa6815ad0cb0 (patch)
treea4012a46c09be339f4603e59c7f5b91810feeb77 /configure.in
parent3160ad942e7e0adffa908061323b7a7586e8c721 (diff)
downloaddigikam-831c5f62e234ee626144e127a3a7fa6815ad0cb0.tar.gz
digikam-831c5f62e234ee626144e127a3a7fa6815ad0cb0.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index a6e5026..1d2fcd7 100644
--- a/configure.in
+++ b/configure.in
@@ -757,15 +757,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