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. QtGraphicalEffects qml files into qrc?

QtGraphicalEffects qml files into qrc?

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.0k 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.
  • H Offline
    H Offline
    hjlee
    wrote on last edited by
    #1

    It turned out QtGraphicalEffects are linked as .qml. So when I tried to deploy my QtQuick2 application on windows, I had to copy and paste QtGraphicalEffects directory (C:\Qt\Qt5.0.2\5.0.2\msvc2010\qml\QtGraphicalEffects) into .exe folder.

    I want to add those .qml files to my qrc but when I added them, the application didn't work properly.

    Not sure if this will help to recognize the problem... these are the paths that appear on qrc (no prefixes) when I added last time (showing just the first three):

    /
    QtGraphicalEffects/Blend.qml
    QtGraphicalEffects/BrightnessContrast.qml
    QtGraphicalEffects/Colorize.qml
    ....

    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