Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Qt on QNX Target Files: (3 Items)
   
Qt on QNX Target Files  
Recently I have been trying to get Qt on QNX 6.5.0 and found my way over here. I downloaded the binary and target 
archive files and extracted (7-Zip) them into the QNX650 directory of my host computer (windows 7).

I found later that the archive for the "target" part of the installation has full directory structure under target/qnx6/
usr   but no files (ie. qmake_qt.mk referenced in GNUmakefile).

Is this just a fluke on my download of the qt_qnx_targets_2011-02-24_symbols.tar.gz (downloaded several times with same 
result) or am i missing something here?
Re: Qt on QNX Target Files  
Should be C:\QNX650\target\qnx6\usr\include\mk\qmake-qt.mk after install.

>> qt_qnx_targets_2011-02-24_symbols.tar.gz

You need qt_qnx_2011-02-24b.zip from here-
http://community.qnx.com/sf/frs/do/viewRelease/projects.qt/frs.binpkg.targets

The "symbols" are sort of an overlay/add-on to the above base package.
Re: Qt on QNX Target Files  
I see now, 
I glanced over the base targets package thinking it was another host package.

Thanks