Jump to ID:
Qt

Project Home

Discussions

Wiki

Project Info
Forum Topic - getting started with Qt 4.8.1: Page 1 of 2 (2 Items)
   
 
 
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