Bulding problem (qtmuldimedia -no-opengl problem)
-
Ok, QtDeclarative should not even build when no OpenGL is selected since AFAIK it requires it.
What I'd do first is to build qtbase only and then the additional needed modules.
-
Same as current but either remove the qtdeclarative folder from the sources or call configure directly in qtbase. However you should rather do an out of source build. That way you can more easily start a new build with a different set of parameters (i.e. nuke the current and state from a clean state)
-
EDIT:
I did exactly what you said. I've compiled the qtbase folder only, i've also deleted qtdeclarative folder before compiling the source and used option -no-opengl while compiling the source. And the same issue again..
main.cpp
https://www.dropbox.com/s/ofb6949t2wnnekv/main.png?dl=0output
https://www.dropbox.com/s/he8ij3ow92th0is/output.png?dl=0 -
Did you add the plugin to QTPLUGIN in your pro file ?
-
You have Q_IMPORT_PLUGIN in your main.cpp, this means that you must have a corresponding QTPLUGIN in a pro file, however I don't know where to add that using the Visual Studio add-in
-
[quote author="SGaist" date="1421104297"]You have Q_IMPORT_PLUGIN in your main.cpp, this means that you must have a corresponding QTPLUGIN in a pro file, however I don't know where to add that using the Visual Studio add-in[/quote]
That has nothing to do with the errors i get.
-
It has at least for the very first error. For the others, it related to the harfbuzz library