Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

QtGraphicalEffects qml files into qrc?

$
0
0
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 ….

Viewing all articles
Browse latest Browse all 4972

Trending Articles