|
Malte Mundt
|
getting started with Qt 4.8.1
|
|
Malte Mundt
05/16/2012 11:55 AM
post93130
|
getting started with Qt 4.8.1
I downloaded the src (qt-everywhere-opensource-src-4.8.1.tar.gz). Unpacking this, or the .zip, on Windows leads to
problems, probably because of symlinks. So I installed a Linux and unpacked it. Then I did:
./configure -xplatform qws/qnx-arm-g++ -embedded arm -no-gfx-linuxfb -no-mouse-linuxtp -no-kbd-tty -no-qt3support -qt-
gfx-qnx -qt-mouse-qnx -qt-kbd-qnx -no-exceptions
make
make install
and it worked pretty well. Under /usr/local/Trolltech/QtEmbedded-4.8.1-arm now is a lot of stuff. I assume I primarily
need what's in "lib", to deploy on my QNX target.
However, how can I now work with the generated libraries under Windows? It seems a QNX-specific "qmake" is needed. On my
Linux machine, it seems to exist under "bin" - but for Linux ofcourse, not Windows. Am I stuck with Linux now?
- Malte
|
|
|
|
|