Hi, can anyone upload a qt 4.6 image(or the files i had to copy)? I tried to compile the qt with the manual http://www.sereno-online.com/site/2010/05/01/qt-4-6-2-installation-proce... Is there a tutorial for dummies at linux to make qt? The tutorial above is too hard to understand for me. I am new in the world of linux. after configure and compiling i didn't find the qt binaries that i can copy to my board.
QT 4.6 need a image
Hi, I'm the one who wrote that tutorial. If you were able to perform ./configure... and make You should find all the library in the /lib directory of your Qt directory tree. Which problem did you encounter?
Is it right, that I must only copy the lib and the fronts to my board? I thought I need a new binary to start qt.
When I started ./configure the following error apears The tslib functionality test failed! You might need to modify the include and library search paths by editing QMAKE_INCDIR and QMAKE_LIBDIR in /home/test/Downloads/qt-everywhere-opensource-src-4.6.2/mkspecs/qws/linux-arm-g ++. how can i solve this problem?
You need to install libts. This is what I did on my Debian machine (before I had to solve MANY dependency problems): root@xxx:/home/xxx/mini2440-dev# apt-cross --install libts-0.0-0 libts-dev tsconf The following NEW packages will be built and installed: libts-0.0-0 libts-dev tsconf 0 to be upgraded, 3 to be newly installed. 1 to download: 100% [================================================]D 0h00m01sBuilding libts-dev-armel-cross_1.0-7_all.deb dpkg-deb: Baue Paket »libts-dev-armel-cross« in »/tmp/libts-dev-armel-cross_1.0-7_all.deb«. dpkg-cross: package tsconf doesn't provide any useful files, but processing it anyway as requested Building tsconf-armel-cross_1.0-7_all.deb dpkg-deb: Baue Paket »tsconf-armel-cross« in »/tmp/tsconf-armel-cross_1.0-7_all.deb«. Building libts-0.0-0-armel-cross_1.0-7_all.deb dpkg-deb: Baue Paket »libts-0.0-0-armel-cross« in »/tmp/libts-0.0-0-armel-cross_1.0-7_all.deb«. Wähle vormals abgewähltes Paket libts-dev-armel-cross. (Lese Datenbank ... 137098 Dateien und Verzeichnisse sind derzeit installiert.) Entpacke libts-dev-armel-cross (aus .../libts-dev-armel-cross_1.0-7_all.deb) ... Wähle vormals abgewähltes Paket tsconf-armel-cross. Entpacke tsconf-armel-cross (aus .../tsconf-armel-cross_1.0-7_all.deb) ... Wähle vormals abgewähltes Paket libts-0.0-0-armel-cross. Entpacke libts-0.0-0-armel-cross (aus .../libts-0.0-0-armel-cross_1.0-7_all.deb) ... Richte tsconf-armel-cross ein (1.0-7) ... Richte libts-0.0-0-armel-cross ein (1.0-7) ... Richte libts-dev-armel-cross ein (1.0-7) ... Removing temporary archives (sorry for the german texts but I am from germany so I configured nearly everything for my motherlanguage). apt-cross is so useful - I don't know what I should do without it ;)