July 30, 2012

gwfr gwfr
Lab Rat
6 posts

[SOLVED] Qt5 and QtMultimedia

 

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

8 replies

July 30, 2012

sierdzio sierdzio
Area 51 Engineer
2327 posts

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.

 Signature 

(Z(:^

July 30, 2012

gwfr gwfr
Lab Rat
6 posts

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.

July 30, 2012

sierdzio sierdzio
Area 51 Engineer
2327 posts

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.

 Signature 

(Z(:^

July 30, 2012

gwfr gwfr
Lab Rat
6 posts

Ok, I will try

July 30, 2012

gwfr gwfr
Lab Rat
6 posts

It does noit change anything…
There is no special rule to build QtMultimedia with Qt5 ?

July 30, 2012

sierdzio sierdzio
Area 51 Engineer
2327 posts

Not to my knowledge. Try using git instead of the alpha, maybe the issue was fixed?

 Signature 

(Z(:^

July 31, 2012

gwfr gwfr
Lab Rat
6 posts

Ok, it works from the GIT, thanks ^^

July 31, 2012

sierdzio sierdzio
Area 51 Engineer
2327 posts

Cheers.

 Signature 

(Z(:^

 
  ‹‹ [Solved] How to make Ui read from a file and display it      Check internet connection with QNetworkAccessManager question. ››

You must log in to post a reply. Not a member yet? Register here!