From c7d40732bfeaf151fe27841bfee3d7f3629d2ddc Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 15 Sep 2015 16:29:53 +0200 Subject: 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 --- src/core/api/core_api.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/api') 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 -- cgit v1.2.3