[SOLVED] Qt5 and QtMultimedia
-
wrote on 30 Jul 2012, 11:33 last edited by
Hello everyone,
I would like to know two thinks :
First I would like to build Qt5 Alpha with VisualStudio 2010 Compiler (x64), what is the best way (the best configure option) to do this ? and after the best configuration to make proper installation with QtCreator ?
I would like to use the QtMultimedia module, but when I build Qt5 with the given configuration :
configure -confirm-license -opensource -nomake examples -nomake tests -prefix
QtMultimedia is not build.Thanks in advance
-
I think your post is not finished. What happens when you configure it like that?
Also, it's better to ask only one question in one thread - it makes the discussion much easier to follow.
-
wrote on 30 Jul 2012, 11:48 last edited by
Yes my post is imcomplete, sorry.
When I configure like that, there is no error during build, but can't find QtMultimedia lib and headers. -
Try running the build again (without cleaning the source tree, just using ./build -j <# of cores>), and/ or "make module-qtmultimedia". It happens for me occasionally with QtDeclarative.
-
wrote on 30 Jul 2012, 11:53 last edited by
Ok, I will try
-
wrote on 30 Jul 2012, 12:27 last edited by
It does noit change anything...
There is no special rule to build QtMultimedia with Qt5 ? -
Not to my knowledge. Try using git instead of the alpha, maybe the issue was fixed?
-
wrote on 31 Jul 2012, 10:09 last edited by
Ok, it works from the GIT, thanks ^^
-
Cheers.
1/9