How can I tell Creator where to find components? I have the following in 
QML file untitled.qml:

import Qt 4.7
import org.my 0.0

Item {
     Bar { text: "myBar" }
}

and directory ./org/my contains files Bar.qml and qmldir. If I add "-I 
." to QML runtime arguments in the Run Settings, the QML viewer finds 
the component. But if I try to edit untitled.qml in the designer, it 
complains "module org.my is not installed".

This is with Creator 1.3.83.
-- 
Pertti

_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-qml

Reply via email to