From 6f1ad48a9115ff415b0496927451d0f7f5ea284c Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 7 Jul 2016 13:38:15 +0200 Subject: 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 --- configure.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.json') 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" } -- cgit v1.2.1