qt5base-lts/qmake/generators
Matt Fischer fcef9b4252 Fix generated pkg-config files when cross-compiling
The Libs: line of the pkg-config files is constructed
by taking the name of the .pc file itself, and stripping
off the path and extension.  However, the code which does
this does not handle path separators correctly when the
target OS and local OS are different.  To get around this,
the custom string manipulation was replaced with a call
to QFileInfo::completeBaseName(), which can handle the
different path separators correctly.

Task-number: QTBUG-29700
Change-Id: Ia817b415d303b249f56fcc3d1f073cae99c43046
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-02-20 12:59:55 +01:00
..
integrity Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
mac Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
unix consolidate generation of metafile install targets 2013-01-25 23:30:50 +01:00
win32 fix MSVC build for non-standard command line interpreters 2013-02-15 15:46:57 +01:00
makefile.cpp Fix generated pkg-config files when cross-compiling 2013-02-20 12:59:55 +01:00
makefile.h consolidate generation of metafile install targets 2013-01-25 23:30:50 +01:00
makefiledeps.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
makefiledeps.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
metamakefile.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
metamakefile.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
projectgenerator.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
projectgenerator.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
xmloutput.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
xmloutput.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00