From 887b236e54354c53cf2714197e017488fc788b7a Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 31 Mar 2020 13:27:41 +0200 Subject: Fixup build_all Don't build both release and debug, when build_all is not requested. Change-Id: I4e0458ba460a9c62b32161ea588955b2f539a37e Reviewed-by: Michal Klocek --- src/core/api/core_api.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/api') diff --git a/src/core/api/core_api.pro b/src/core/api/core_api.pro index 6b4291cb7..d53fb6942 100644 --- a/src/core/api/core_api.pro +++ b/src/core/api/core_api.pro @@ -14,7 +14,8 @@ CONFIG -= create_prl # Copy this logic from qt_module.prf so that the intermediate library can be # created to the same rules as the final module linking in core_module.pro. !host_build:if(win32|mac):!macx-xcode { - qtConfig(debug_and_release): CONFIG += debug_and_release build_all + qtConfig(debug_and_release): CONFIG += debug_and_release + qtConfig(build_all): CONFIG += build_all } DEFINES += \ -- cgit v1.2.3