Building Qt 5.3.0 ios with SSL
Installation and Deployment
18
Posts
2
Posters
7.3k
Views
1
Watching
-
It seems that it's you are missing a symbol from the stdc++ library
-
Wait, I may have missed something. Are you saying that your project fails to build with your custom version of Qt 5.3 ?
-
Just to rule out the obvious, did you rebuild your project from scratch ?
-
I've not yet built 5.3 completely from scratch (I've updated it regularly from git so it might be something subtle).
What I'm wondering is where do you the wrong lib since AFAIK, the mkspecs haven't changed.
I'll do a clean build later
-
The error you are getting is not a bug, you have c++11 activated, this means that you have to use libc++ and you can't mix it with libstdc++.
-
Or (if it is a possibility) rebuild your dependencies to also use libc++