summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-09-15 16:29:53 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-09-17 07:53:41 +0000
commitc7d40732bfeaf151fe27841bfee3d7f3629d2ddc (patch)
tree53eb082d6b9bcc39bc5cd44641fb06bc4a187764 /src/core/core_module.pro
parentba80558d0bc5586a02f125d62db8fc49e3f763a0 (diff)
Disambiguate debug and release builds of libqtwebenginecoreapi
Though the destination directory for a debug and a release build differ, the static library is still intermediately placed in a common directory. This patch adds a unique suffix to the library name to avoid clashes. Task-number: QTBUG-48287 Change-Id: I299704529539d0b7ed9aaf1df06245ae1c3ce363 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index c23fc235b..219df8e34 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -11,8 +11,10 @@ QMAKE_INFO_PLIST = Info_mac.plist
load(qt_module)
-api_library_name = qtwebenginecoreapi
+api_library_name = qtwebenginecoreapi$$qtPlatformTargetSuffix()
api_library_path = $$OUT_PWD/api/$$getConfigDir()
+
+
LIBS_PRIVATE += -L$$api_library_path
CONFIG *= no_smart_library_merge
osx {