Hi all,
i need to compile Qt libraries for Linux.
In particular i need two kinds of compilation:
- for the host machine, i need to compile to have the develop environment, so i need libraries and tools and compile applications for a target machine using a specific toolchain
- for a target machine, where i want to download only final applications and related Qt libraries.
Reading the documentation, i guess that:
- i have to build the standard set of tools with configure and make for the host
- i have to build the applications for the target using -spec option and build the libraries with configure -platform option (redirecting them in different folders).
Is ti possible to compile only the libraries for the target?
Do i need to copy all the libraries or do i need others files?
Running a compiled application on the target i receive an error (libQtXml.s0.4: no such a file or directory). I copied this file into the $QTLIB folder but i receive the same message: do i need to do something else?
Thanks a lot !![]()
Bookmarks