Hey Paul,
Poking around today in the 'quick' examples directory, I notice that all the examples that give a 'module 'XXXXX' is not installed' error have a directory called 'XXXXX' at the end of a chain of directories, and in that directory is a DLL and a file called 'qmldir'. It looks like the 'qmldir' file contains info about what DLL to use, but somehow the message isn't getting thru to the program. Possibly not using the correct shortened name, or not using *.DLL or something? Somehow that 'qmldir' file is the key.
I also notice that the examples that have the '... is not a type' error - if you run them over and over, the type listed is different each time. The error usually looks something like this:
QQmlApplicationEngine failed to load component
qrc:/contactlist.qml:54:1: ApplicationWindow is not a type
I can't find a 'contactlist.qml' file anywhere on my system - maybe just a case of missing files?
Regards,