QT Creator with QML VLC 1.0 module
-
Hello, when I'm using QMLVLC demo in Creator It working, I see the movie and I can play and pause.
But when I try to use import QML VLC module in new QT quick QML I got no QMLVLC module installed, compiling QMLVLC with install argument copy the plugin but Creator don't found it, I have to include all QMLVLC module source in the project each time I need it and compile the project with it, do you know why?
-
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.