CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/ktexttemplate-6.12.0-3/work/ktexttemplate-6.12.0/src/scriptabletags/scriptablefilter.cpp: In member function ‘virtual QVariant ScriptableFilter::doFilter(const QVariant&, const QVariant&, bool) const’:
/var/pisi/ktexttemplate-6.12.0-3/work/ktexttemplate-6.12.0/src/scriptabletags/scriptablefilter.cpp:81:37: warning: ‘bool QJSValue::isVariant() const’ is deprecated: This might return unexpected results; consult documentation for more information [-Wdeprecated-declarations]
   81 |     } else if (returnValue.isVariant()) {
      |                ~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtQml/QJSValue:1,
                 from /var/pisi/ktexttemplate-6.12.0-3/work/ktexttemplate-6.12.0/src/scriptabletags/scriptablefilter.h:13,
                 from /var/pisi/ktexttemplate-6.12.0-3/work/ktexttemplate-6.12.0/src/scriptabletags/scriptablefilter.cpp:10:
/usr/include/qt6/QtQml/qjsvalue.h:85:10: note: declared here
   85 |     bool isVariant() const;
      |          ^~~~~~~~~