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

Cannot build LottieAnimation with qmlsc

XMLWordPrintable

    • 425a1032b (dev)

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes