Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. UBUNTU - module QtQuick.Studio.Effects is not installed

UBUNTU - module QtQuick.Studio.Effects is not installed

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 981 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • MonoFoxM Offline
    MonoFoxM Offline
    MonoFox
    wrote on last edited by MonoFox
    #1

    Hello,
    I am trying to launch my project on RPI3, I have prepared a cross environment and I can debug projects on rpi3.
    My project uses two libraries that qtcreator does not have:

    • TimeLine
    • Studio.Components / Effects

    I downloaded the library for timeline from github and compiled it, then I threw it in the folder qtbase / qml / QtQuick /
    I have downloaded other libraries from Qt Design Studio and threw them into this path.

    The libraries work, at least I do not have errors during compilation. The problem is when I run this on RPI3.

    QML debugging is enabled. Only use this in a safe environment.
    QQmlApplicationEngine failed to load component
    qrc: /main.qml: 4 module 'QtQuick.Studio.Effects' is not installed
    

    in project.pro:

    QML_IMPORT_PATH + = /opt/qt5pi/sysroot/usr/local/qt5pi/qml/QtQuick/Studio/Effects
    and steel not works..
    

    The error applies only to the Studio.Effects library, other libraries work like timeline.

    Does anyone know where the problem lies? I have a second virtual ubuntu on which I have qtcreator with gcc_64 and there I can easily compile my project for the x64 environment with the same library Studio.Effects

    1 Reply Last reply
    0
    • M Offline
      M Offline
      matteosperandio
      wrote on last edited by
      #2

      I have the same problem on mingw64 windows... do you find a solution?

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved