|
From: <cn...@us...> - 2025-09-06 23:24:50
|
Revision: 1596
http://sourceforge.net/p/seq/svn/1596
Author: cn187
Date: 2025-09-06 23:24:48 +0000 (Sat, 06 Sep 2025)
Log Message:
-----------
Add deprecation/experimental notices for Qt4/Qt6 respectively
Modified Paths:
--------------
showeq/branches/cn187_devel/m4/showeq_qt_main.m4
Modified: showeq/branches/cn187_devel/m4/showeq_qt_main.m4
===================================================================
--- showeq/branches/cn187_devel/m4/showeq_qt_main.m4 2025-08-21 00:36:03 UTC (rev 1595)
+++ showeq/branches/cn187_devel/m4/showeq_qt_main.m4 2025-09-06 23:24:48 UTC (rev 1596)
@@ -108,6 +108,7 @@
AC_SHOWEQ_QT4_HEADERS
if [[ -n "$qt_version_string" ]]; then
ac_cv_have_qt_headers=yes
+ AC_MSG_NOTICE([NOTICE: Support for Qt4 is DEPRECATED, and will be removed in ShowEQ 7. Please upgrade to Qt5 at your earliest convenience.])
fi
fi
@@ -115,6 +116,7 @@
AC_SHOWEQ_QT6_HEADERS
if [[ -n "$qt_version_string" ]]; then
ac_cv_have_qt_headers=yes
+ AC_MSG_NOTICE([NOTICE: Support for Qt6 is EXPERIMENTAL. If you experience issues, please report them on the forum so they can be fixed.])
fi
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|