09-28-2012 10:30 AM
09-28-2012 10:48 AM - edited 09-28-2012 11:20 AM
Is my Playbook any special??? I hoped that it was a bug in the original precompiled Qt but it doesn't work with the attached libraries either.
Similar app using Widgets works.
09-28-2012 12:08 PM
btw, guys, can you do me a favor?
can you build code from the link
on playbook and alphadev?
thanks
09-29-2012 11:54 PM
UPDATE - New build from 2012-09-29. Now includes the following
1) Now built in Windows - therefore contains the complete "bin" directory including qmake so you can add it to QT creator
2) Latest build of QT 4.8.3
3) Latest build of the symbian components
4) Now includes the QT mobility components (for BB there are not too many).
You can find it here https://www.box.com/s/btjnd1bprd84bg6g8t39
Enjoy!
09-30-2012 02:20 AM - edited 09-30-2012 09:06 AM
Previous builds of yours had mkspecs but this one doesn't. Why is that?
Do you plan to build Qt 5 too?
09-30-2012 10:59 AM
Since I moved to building on Windows I forgot to add the mkspecs directory to the copy script. I will add it. Curious, why do you want that directory?
As for QT5, no, I have no plans on building that at this time.
Bryan
10-01-2012 02:30 AM
For some reason the signal QDeclarativeEngine::quit() is not automatically connected to the slot QCoreApplication::quit().
You need to do this connect() yourself, just add the connect statement in main().
10-07-2012 12:55 PM - edited 10-07-2012 12:57 PM
Newest update
Build date : 2012-10-06
Get it here https://www.box.com/s/mku1r3h1apzvh3e8tx20 this will be the link from now on, I will just update the folder content
10-08-2012 02:38 AM
Can you tell me the steps to setup Qt Creator 2.6 beta to use the pre-compiled libs?
I amd a Windows user and have Momentic Beta 3 installed. Following http://qt-project.org/wiki/Setting-up-Qt-Creator-f
Thanks in advance.
10-08-2012 02:49 AM
sonyfever,
What kind of error message are you getting on the Qt Versions tab? A warning message saying "ABI detection failed" is expected at this point, and is a known issue. Using the Qt version still works in that case.
Also make sure the NDK environment is set when launching Qt Creator - that is easiest done by starting a new command prompt, run the bbndk-env.bat script, and then launch Qt Creator from that command prompt.