This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to find out how Qt in linux-devkit is compiled?



I have a problem of using some features of Qt in the linux-devkit.

According to the software manifest, the Qt version from the SDK is 4.8.3. However, I can not use QRawFont and QGlyphRun classes that are added in Qt 4.8. Seems I will have to recompile the Qt with some proper configurations to enable them. Where can I find the configuration SDK used to compile Qt? If possible, is there anyway I can find the build script for the whole linux-devkit directory?