Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import QtQuick 2.13
  2. import QtQuick.Controls 2.13
  3. import Qt.labs.lottieqt 1.0
  4.  
  5. ApplicationWindow {
  6. visible: true
  7. width: 640
  8. height: 480
  9. title: qsTr("Test")
  10. }
  11.  
  12. QQmlApplicationEngine failed to load component
  13. qrc:/main.qml:3 module "Qt.labs.lottieqt" is not installed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement