Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.0.0
-
None
-
Ubuntu 10.04/11.10
Description
When using the following configure I am unable to build Qt
./configure -silent -no-pch -qtnamespace TestNamespace -nokia-developer -separate-debug-info -no-qt3support -qpa -xcb
I have created a patch that will hide these issues. http://codereview.qt-project.org/#change,8961
Some issues
- missing uintXX_t typedefs, this is hidden with stdint.h include in qglobal.
- missing opengl functions, this is hidden by commenting out the two function calls.
- minor QT_(BEGIN|END)_NAMESPACE additions.
Attachments
Issue Links
- is required for
-
QTQAINFRA-305 Qt5 CI: test on Ubuntu 11.10
- Closed