Find attached the PDF version (German) of the tutorial to install Qt on the host and target.
Keep in mind, that I'm using a full-blown Debian Squeeze distro on the target (host uses same distro) created with debootstrap.
If you want to use LTIB I'm not really sure if the tutorial will work!!!
Qt installation in a nutshell:
# Get an ARM compiler, either through apt-get or the included compiler in LTIB or whatever.
# It is preferred to use the Qt sources and compile them for the host. Do not use the Qt version you may get via apt-get.
# Compile Qt for the host using gcc.
# Compile Qt for the target using arm-linux-gnueabi-gcc (or similar).
# Copy target version to host and target rootfs. On the host it is required to cross-compile the target application. On the target the libraries are used by the application.
# Define the different Qt versions in Qt Creater so you can select them during development.
# Have fun!!!
I hope you can use the German tutorial. If there is increasing interest I may find the time to translate the tutorial to English.
Regards,
Rooney