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

Changing the content of qmldir at runtime

$
0
0
Not sure why you need absolute path. Did you try something like this ? import QtQuick 2.2; import ‘qrc:/pthinks/qmlmodules/’; import ‘qrc:/pthinks/maths/factorial.js’ as fact; Here qmldir is under qmlmodules path.

Viewing all articles
Browse latest Browse all 4972

Trending Articles