Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Setting up Qt for QNX6.6: (3 Items)
   
Setting up Qt for QNX6.6  
I have download the Qt binaries from QNX and installed it without getting any errors. I then installed Qt-creator from 
Ubuntu repository as well as the qnx-plugin. However, when I was setting up Qt development environment, like Qt version,
 I chose qt-qnx/Qt-5.3.1-x86/bin/qmake, it responded wtih qmake not executable. I tested it by running the qmake from 
command line, and it works.

I uninstalled it and reinstalled in different folder. Yet I got the same outcome- qmake not executable. However, 
Qtcreator does detect the other qmake in /usr/lib/x86_64-linux-gnu/qt5/bin.

1. Why the former qmake is detected as not executable?
2. Which qmake should I use? the from from Qnx or the one from Ubuntu?

Thank you
Re: Setting up Qt for QNX6.6  

Here is the results after running qmake -query

QT_SYSROOT:
QT_INSTALL_PREFIX:/usr
QT_INSTALL_ARCHDATA:/usr/lib/x86_64-linux-gnu/qt5
QT_INSTALL_DATA:/usr/share/qt5
QT_INSTALL_DOCS:/usr/share/qt5/doc
QT_INSTALL_HEADERS:/usr/include/x86_64-linux-gnu/qt5
QT_INSTALL_LIBS:/usr/lib/x86_64-linux-gnu
QT_INSTALL_LIBEXECS:/usr/lib/x86_64-linux-gnu/qt5/libexec
QT_INSTALL_BINS:/usr/lib/x86_64-linux-gnu/qt5/bin
QT_INSTALL_TESTS:/usr/tests
QT_INSTALL_PLUGINS:/usr/lib/x86_64-linux-gnu/qt5/plugins
QT_INSTALL_IMPORTS:/usr/lib/x86_64-linux-gnu/qt5/imports
QT_INSTALL_QML:/usr/lib/x86_64-linux-gnu/qt5/qml
QT_INSTALL_TRANSLATIONS:/usr/share/qt5/translations
QT_INSTALL_CONFIGURATION:/etc/xdg
QT_INSTALL_EXAMPLES:/usr/lib/x86_64-linux-gnu/qt5/examples
QT_INSTALL_DEMOS:/usr/lib/x86_64-linux-gnu/qt5/examples
QT_HOST_PREFIX:/usr
QT_HOST_DATA:/usr/lib/x86_64-linux-gnu/qt5
QT_HOST_BINS:/usr/lib/x86_64-linux-gnu/qt5/bin
QT_HOST_LIBS:/usr/lib/x86_64-linux-gnu
QMAKE_SPEC:linux-g++-64
QMAKE_XSPEC:linux-g++-64
QMAKE_VERSION:3.0
QT_VERSION:5.4.1
Re: Setting up Qt for QNX6.6  
If I am not wrong it is due to incompatibility of 64-bit host to 32-bit executable. After installing lib32stdc++6, the 
qmake is now executable.