[if this has been discussed already, ignore]

There is an annoying misfeature when using QML with shadow build;
everything gets copied over to shadow
build directory before syntax is checked. Syntax errors are reported like this:

    file:///.../myapp-build-desktop/qml/myapp/main.qml:29:14:

i.e. it refers to the version in shadow build dir. Clicking on that
line brings you to edit the
"temporary" version of the file, and when you try to build again your
fixes get overwritten by the old, broken version.

The behaviour is technically correct, but it's not what the user
intuitively expects.

-- 
Ville M. Vainio @@ Forum Nokia
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to