Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am confused about the plugin system. I a using Qt 5.1 with a msvc compiler, but I am developing in QtQuick 1.1. I cant get any plugins to work.
Do I need to use the old plugin system (Q_EXPORT_PLUGIN2 ...) or the new one (Q_PLUGIN_METADATA...)?