qt5base-lts/tools/configure
Thomas Senyk 1865405826 Adding configure option: -no-gcc-sysroot
This option is important if you want to use configure's
and qmake's -sysroot (e.g. PKG_CONFIG settings, device-files),
but the toolchain (in combination with the rootfs)
is not able to handle gcc's --sysroot.
One known case is freescale's ltib setup where the toolchain
itself comes with all the essential files (e.g. crt1.o),
while the rootfs has none of those files, so gcc's
--sysroot can't be used. The rootfs on the other hand contains
all kinds of "less important" files/packages (e.g. libdbus).
For those "less important" files/packages Qt needs pkg-config
to be able to include/link properly. Therefore one needs
configures -sysroot without gcc's --sysroot.

Change-Id: Iaec9b07012f2945f3ecb3ced0ed95176721b5ecd
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-08-01 02:25:37 +02:00
..
configure_pch.h QHash security fix (1/2): add global QHash seed 2012-04-03 19:12:13 +02:00
configure.pro Clean up the use of QT_NODLL 2012-06-28 06:21:52 +02:00
configureapp.cpp Adding configure option: -no-gcc-sysroot 2012-08-01 02:25:37 +02:00
configureapp.h add configure options for debug/release OpenSSL 2012-07-31 11:47:39 +02:00
environment.cpp don't copy files to default specs any more 2012-06-27 14:35:24 +02:00
environment.h don't copy files to default specs any more 2012-06-27 14:35:24 +02:00
main.cpp Fix configure.exe to build qmake before tests 2012-06-28 12:35:14 +02:00
Makefile.mingw Clean up the use of QT_NODLL 2012-06-28 06:21:52 +02:00
Makefile.win32 Clean up the use of QT_NODLL 2012-06-28 06:21:52 +02:00
tools.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tools.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00