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. QtQuick.Effects not installed
Qt 6.11 is out! See what's new in the release blog

QtQuick.Effects not installed

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 3 Posters 2.3k 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.
  • L Offline
    L Offline
    Luppo
    wrote on last edited by
    #1

    Im using QtQuick.Effect for the MultiEffect component, to add blur to some labels and texts. However, when i run the program, the following error appears:

    b9f817b1-220e-4044-b73d-850ac86f24a5-image.png

    Even though i have every library installed for Qt 6.6.3

    b76dac68-88c0-412a-8d00-98a5d37078b8-image.png

    What can be the cause for the issue i am having?

    1 Reply Last reply
    0
    • mzimmersM Offline
      mzimmersM Offline
      mzimmers
      wrote on last edited by
      #2

      Does your CMakeLists.txt file have a line like this?

      find_package(Qt6 6.5 REQUIRED COMPONENTS Quick QuickControls2)
      

      I think you need QuickControls2 for effects.

      1 Reply Last reply
      0
      • L Offline
        L Offline
        Luppo
        wrote on last edited by Luppo
        #3

        I dont use CMake, i use QMake for building. However i do have this file, and no, there is no line like this on it, what i have is this:

        target_link_libraries(dialcontrolexample PUBLIC
        Qt::Core
        Qt::Gui
        Qt::Qml
        Qt::Quick
        )

        Edit: It used to work, this message started appearing in a totally random moment and i have no idea of what it could be that led to this error

        1 Reply Last reply
        0
        • mzimmersM Offline
          mzimmersM Offline
          mzimmers
          wrote on last edited by
          #4

          can you try adding Qt::QuickControls2 to your target_link_libraries?

          1 Reply Last reply
          0
          • P Offline
            P Offline
            plaristote
            wrote on last edited by plaristote
            #5
            This post is deleted!
            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