summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorMartin Afanasjew <martin@afanasjew.de>2015-09-27 14:39:06 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-09-28 13:10:42 +0000
commit3964b683f849baade1576ea2f50aab631970df58 (patch)
tree1c41c86baa0f9f361aca645004801bc8961eadee /src/corelib/io
parentd24366a63281543e6c1a8e6b615ce882ea6259ab (diff)
qmake: Fix 'Libs:' line in .pc files on OS X
On OS X with a framework-based build of Qt, the 'Libs:' line of the .pc files generated by `qmake` references the framework. This requires two separate arguments to the linker: The fixed string '-framework' and the name of the framework (e.g. 'QtCore'). Only the latter might need quoting. Prior to this fix, they were treated as a single argument (e.g. '-framework QtCore'), thus always quoted because of the contained space, and later lead to errors when trying to link a Qt framework discovered via `pkg-config`. Change-Id: I5c11ee651048832007e2ee4ebcbcf2e3212c8f48 Task-number: QTBUG-47162 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/io')
0 files changed, 0 insertions, 0 deletions