QT Creator with QML VLC 1.0 module
-
Hi,
What version of Qt are you using ?
What version of Qt Creator ?
On what platform ? -
What version of Qt Creator ?
-
Did you check that you built the plugin with the exact same version of Qt that was used to build Qt Creator ?
-
Can you give the complete spec of your installed Qt Creator ? You have to use the same Qt version, using the same compiler and architecture.
-
Because the architecture of Qt Creator doesn't matter when you build/cross-compile your application. You can use Qt for x86 or x64, Android for ARM or x86 etc. from a 32bit Qt Creator as well as a 64bit version.
-
If you want to use a plugin for Qt Creator, then you have to build said plugin using the same Qt version that was used to build Qt Creator. You can find that in the
About Qt Creatordialog.Note that the Qt Creator plugin and your application are two different things that can be built with different Qt versions.