From dd28aaec6ff062327df7775e976274dc1804dc3f Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 15 Jun 2020 10:10:23 +0200 Subject: qmake: Remove "Cannot find library" warnings Remove the warning message that was introduced in 84f27925971. It is triggered for debug_and_release projects that are built against a single-configuration Qt. Silently fall back to the behavior before 84f27925971 like it always was the case. Change-Id: I67ed1a145ec5d7a4047b0ce5ad43bf0fc6834d60 Reviewed-by: Laszlo Agocs Reviewed-by: Friedemann Kleint --- mkspecs/features/qt.prf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mkspecs/features') diff --git a/mkspecs/features/qt.prf b/mkspecs/features/qt.prf index d7c6a29196..9d852cf23d 100644 --- a/mkspecs/features/qt.prf +++ b/mkspecs/features/qt.prf @@ -231,10 +231,6 @@ for(ever) { } } $$lib_missing { - msg = "Cannot find library for $${MODULE_MODULE}. Tried:$$escape_expand(\\n)" - for(path, candidates): \ - msg += "$$path$$escape_expand(\\n)" - warning($$msg) lib = $$first(candidates) } PRE_TARGETDEPS += $$lib -- cgit v1.2.3