From dcf0d42f3de04c01ff6bfedf1a2ded863b134268 Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Wed, 25 Jan 2017 09:59:08 +0300 Subject: Enable build of QtWebPluginProcess It is enabled when xlibAvailable() returns true, but this test function was forgotten to be ported to use qtConfig() and works incorrectly. Change-Id: I62793aeed4ffa78a68c1f35d07c88c6c9eea71cf Reviewed-by: Konstantin Tokarev --- Tools/qmake/mkspecs/features/functions.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/qmake/mkspecs/features/functions.prf b/Tools/qmake/mkspecs/features/functions.prf index dc0c78f97..2f5b87c7c 100644 --- a/Tools/qmake/mkspecs/features/functions.prf +++ b/Tools/qmake/mkspecs/features/functions.prf @@ -293,7 +293,7 @@ defineTest(linkAgainstLibrary) { } defineTest(xlibAvailable) { - contains(QT_CONFIG, xcb-xlib) { + qtConfig(xcb):qtConfig(xcb-xlib) { return(true) } else { return(false) -- cgit v1.2.1