08-28-2012 02:08 PM
Does somebody successfully built Qt 5 alpha/beta libs for PlayBook under windows ?
Solved! Go to Solution.
08-28-2012 07:02 PM - edited 08-28-2012 07:04 PM
Did you look at this link? http://qt-project.org/wiki/Building-Qt5-for-the-Pl
Did not tried, but that should work, of course, only with limited functionality (some modules cant be build yet) .
08-29-2012 03:04 AM
08-29-2012 03:17 AM
Cant find include files when trying to run on PB or cant build project on QTCreator?
08-29-2012 03:28 AM - edited 08-29-2012 05:16 AM
Can't build the project. Even manually pointing to include files, for simple QWidget app, fails to load QApplicaton. I'm following this guide http://qt-project.org/wiki/Building_and_Deploying_
====
edit:
Fixed, just added QT += widgets to .pro file and compiles fine.
08-29-2012 02:17 PM
Successfully built om Mac.