Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-132404

Cannot build LottieAnimation with qmlsc

    XMLWordPrintable

Details

    • 425a1032b (dev)

    Description

      Consider the following code

      import QtQuick
      import Qt.labs.lottieqt
      
      Item {
          LottieAnimation {
              quality: LottieAnimation.MediumQuality
          }
      } 

      When trying to build it with qmlsc the geneated code fails to build with

      fatal error: lottieanimation.h: No such file or directory
      
         17 | #include <lottieanimation.h>
      
            |          ^~~~~~~~~~~~~~~~~~~
      

      The Qt installation from the online installer doesn't seem to include a lottieanimation.h file at all, and manually building qtlottie doesn't install one either

      Attachments

        For Gerrit Dashboard: QTBUG-132404
        # Subject Branch Project Status CR V

        Activity

          People

            ulherman Ulf Hermann
            nicolasfella Nicolas Fella
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes