Quantcast
Channel: Qt on BlackBerry and QNX
Viewing all articles
Browse latest Browse all 42

[[qanda:topic_unsolved]] Qt on QNX Device

$
0
0
@jsulm yes, I have built for QNX. This is the procedure I have followed: I have installed Qt 5.15.2 using this "qt-unified-linux-x64-online.run" file. Followed this link https://doc.qt.io/qt-5/qnx.html for building Qt for QNX. after "source qnxsdpenv.sh" the configure file used for build is : ........................................................................... srcpath=dirname $0 srcpath=(cd "$srcpath"; pwd) configure=$srcpath/qtbase/configure if [ ! -e "$configure" ]; then echo "$configure not found. Did you forget to run "init-repository"?" >&2 exit 1 fi mkdir -p qtbase || exit echo "+ cd qtbase" cd qtbase || exit echo "+ $configure -top-level $@" exec "$configure" -top-level "$@" .......................................................................

Viewing all articles
Browse latest Browse all 42

Trending Articles