blackberry / Qt

A popular cross-platform application framework
72 stars 23 forks source link

No build instructions #2

Closed dodikk closed 13 years ago

dodikk commented 13 years ago

Please add some blackberry playbook specific build instructions to any of your readme files. I am not quiet sure how to build qt for the both device and the simulator properly. I use Windows but it is not obvious for other platforms as well.

In other words, please provide a set of flags for "configure.exe" tool.

xsacha commented 13 years ago

dodikk, the configure flags are all set up for you in the "configure-qsk" script. The usage is shown when you run it.

QPA platforms can only be compiled under Linux currently as Qt's "configure.exe" does not support QPA flag. This is a known issue in Qt 4.8 (required for Playbook).

dodikk commented 13 years ago

the configure flags are all set up for you in the "configure-qsk" script

Ok, I've seen the the "configure-qsk" script. However, "no QT for windows users" is very disappointing.

Since it is a known issue, I would appreciate very much if you added an explicit note about it on your site or at least in some readme file in this repo.

The best thing you could do was to give the developers an access to the prebuilt libraries for each of the supported platforms.