3aaea7ace2
The file "qt.conf" can be used to override the hard-coded paths that are compiled into the Qt library. This is required to make "qmake" relocatable. Actually, we need to specify all variables to overwrite the compiled in values. CC: Julien Corjon <corjon.j@ecagroup.com> CC: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
20 lines
412 B
Plaintext
20 lines
412 B
Plaintext
[Paths]
|
|
Prefix=@@HOST_DIR@@
|
|
Sysroot=@@STAGING_DIR@@
|
|
Headers=/usr/include/qt5
|
|
Libraries=/usr/lib
|
|
LibraryExecutables=/usr/libexec
|
|
Binaries=/usr/bin
|
|
Plugins=/usr/lib/qt/plugins
|
|
Examples=/usr/lib/qt/examples
|
|
Qml2Imports=/usr/qml
|
|
Imports=/usr/imports
|
|
Translations=/usr/translations
|
|
Examples=/usr/lib/qt/examples
|
|
Demos=/usr/lib/qt/examples
|
|
Tests=/usr/tests
|
|
Settings=/usr
|
|
Documentation=/usr/doc
|
|
ArchData=/usr
|
|
Data=/usr
|