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…)?
↧