|
Re: RE: Install Qt 5.2 for QNX 6.6
|
04/08/2014 7:12 AM
post109842
|
Re: RE: Install Qt 5.2 for QNX 6.6
Those patches apply to 5.2.x. AFAIK they are not critical for most app on ARM. They are already integrated into 5.3
which is on due to be release upstream around the end of April.
We are currently working to get this done along other works for Qt on QNX incl a new build structure and a separate
installer. We also will post other infos internally and in the Qt Project wiki about Qt on QNX. Feel free to contact me
if you have a urgent need.
Qt shall work with bare SDP, and the Apps and Media package is not required for the most of the Qt functionality. The
largest difference would be QtMultimedia which needs mmrenderer from Apps and Media.
The standard minimal options for the configure call are
-prefix <folder_name_where_qt_should_be_installed> -qt-sql-sqlite -system-sqlite -system-proxies -iconv -largefile -
shared -qpa qnx -no-pch -no-rpath -opengl es2
you can shorten the build time by excluding a few less relevant parts with " -nomake examples -nomake tests -nomake
tools"
|
|
|