Qt > 4.7 on Mini2440

Ozzy
Hi,

did anyone of you successfully compiled a Qt version > 4.7 on Mini2440? I
tried to compile Qt 4.8.3 but with no success... I tried this manual from
http://mini2440vietnam.blogspot.de/2011/04/upgrade-qt462-in-mini2440.html
that worked perfectly with Qt 4.6. But what do i have to change for higher
versions?

Thanks and best regards
Ozzy

Sushant
Hello, try it
qt4.8.3:

./configure -embedded arm -release -opensource -silent -qt-libpng
-qt-libjpeg -qt-libmng -qt-libtiff -no-multimedia -make libs -nomake tools
-nomake examples -nomake docs -nomake demos -qt-kbd-linuxinput
-qt-mouse-tslib -xplatform qws/linux-arm-g++ -little-endian -qt-freetype
-depths 16,18 -qt-gfx-linuxfb -no-qt3support -no-nis -no-cups -no-iconv
-no-dbus -no-openssl -no-fast -no-accessibility -no-scripttools -no-mmx
-no-multimedia -svg -no-webkit -no-3dnow -no-sse -no-sse2
-no-gfx-transformed -no-gfx-multiscreen -no-gfx-vnc -no-gfx-qvfb -no-glib
-prefix /usr/local/qt-4.8.3-arm -I /usr/local/tslib/include -L
/usr/local/tslib/lib




(the qt source I have configureed it, only set your compiler and do below)

make

make install

Ozzy
Hey,

thanks for your reply. Did you change anything in the qmake.conf? Or how
did you set the compiler?

Thanks and best regards
Ozzy