summaryrefslogtreecommitdiffstats
path: root/configure.json
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.json
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.json')
-rw-r--r--configure.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.json b/configure.json
index 1bd7364cb7..432670806e 100644
--- a/configure.json
+++ b/configure.json
@@ -187,10 +187,8 @@
"prefix": {
"D": "defines",
"F": "fpaths",
- "fw": "frameworks",
"I": "includes",
"L": "lpaths",
- "l": "libs",
"R": "rpaths",
"W": "wflags"
}