summaryrefslogtreecommitdiffstats
path: root/src/core/api/core_api.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/api/core_api.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/api/core_api.pro')
-rw-r--r--src/core/api/core_api.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/core_api.pro b/src/core/api/core_api.pro
index 1f82c7e21..63b657ecb 100644
--- a/src/core/api/core_api.pro
+++ b/src/core/api/core_api.pro
@@ -1,4 +1,4 @@
-TARGET = qtwebenginecoreapi
+TARGET = qtwebenginecoreapi$$qtPlatformTargetSuffix()
DESTDIR = $$OUT_PWD/$$getConfigDir()
TEMPLATE = lib