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