summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-07-07 13:38:15 +0200
committerLars Knoll <lars.knoll@qt.io>2016-07-13 19:51:17 +0000
commit6f1ad48a9115ff415b0496927451d0f7f5ea284c (patch)
tree18158e85a9b2649a65ce3bc2aefe689e70fae26a /configure.pri
parent1f3eab5536920dd8b2e333589c3675db009f0221 (diff)
Remove -fw and -l command line arguments
These arguments were nonsensical, as they would lead to every single Qt module linking to those libraries. This was probably some left-over from old times, when Qt was just a single library. Change-Id: I0343a6df270fd0d2efa5333ba4e457670f5d0910 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.pri b/configure.pri
index 1ff9003429..76438f2c20 100644
--- a/configure.pri
+++ b/configure.pri
@@ -585,12 +585,9 @@ defineTest(qtConfOutput_compilerFlags) {
}
libs = $$join(config.input.lpaths, " -L", "-L")
- libs += $$join(config.input.libs, " -l", "-l")
- darwin {
+ darwin: \
libs += $$join(config.input.fpaths, " -F", "-F")
- libs += $$join(config.input.frameworks, " -framework ", "-framework ")
- }
!isEmpty(libs) {
EXTRA_LIBS += $$libs