From 35c17ac73aa90643742189d66c0f7874083ab065 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 5 Jul 2016 12:14:18 +0200 Subject: [PATCH] qbs build: Remove version part from plugin file names The files now have the same names as in the qmake build (e.g. libCore.so rather than libCore.so.4.0.82). Change-Id: I426a8b3ff55525cc9b066bfa4288d993fe3c1b6e Reviewed-by: Joerg Bornemann --- qbs/imports/QtcPlugin.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbs/imports/QtcPlugin.qbs b/qbs/imports/QtcPlugin.qbs index ed6d2b6760e..e18607ffba7 100644 --- a/qbs/imports/QtcPlugin.qbs +++ b/qbs/imports/QtcPlugin.qbs @@ -25,7 +25,7 @@ QtcProduct { name: "Qt.test" } - cpp.createSymlinks: false + cpp.internalVersion: "" cpp.defines: base.concat([name.toUpperCase() + "_LIBRARY"]) cpp.sonamePrefix: qbs.targetOS.contains("osx") ? "@rpath"