aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/GenericGCC.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-12-02 11:01:49 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-12-05 11:23:05 +0100
commita9ad6ffc6e6e51e9c3b398818a2376ae9ecf5bda (patch)
tree3605aae4f6fc8125ddb2a1889641e32a828702cc /share/qbs/modules/cpp/GenericGCC.qbs
parent60db8ab5e44069b67572b68af986514961d13940 (diff)
Do not list library symlinks as input to linker rule.
There is no reason for that. Change-Id: I76e280c38340a4e5bd528c16b3810605ad88d74f Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/GenericGCC.qbs')
-rw-r--r--share/qbs/modules/cpp/GenericGCC.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/cpp/GenericGCC.qbs b/share/qbs/modules/cpp/GenericGCC.qbs
index c2ee4562a..18c365196 100644
--- a/share/qbs/modules/cpp/GenericGCC.qbs
+++ b/share/qbs/modules/cpp/GenericGCC.qbs
@@ -62,7 +62,7 @@ CppModule {
id: dynamicLibraryLinker
multiplex: true
inputs: ["obj"]
- usings: ["dynamiclibrary", "dynamiclibrary_symlink", "staticlibrary", "frameworkbundle"]
+ usings: ["dynamiclibrary", "staticlibrary", "frameworkbundle"]
Artifact {
fileName: product.destinationDirectory + "/" + PathTools.dynamicLibraryFilePath()