summaryrefslogtreecommitdiffstats
path: root/tools/qmake/mkspecs/features/functions.prf
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-09-16 11:51:48 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-09-18 10:24:51 +0000
commit4de39455cde341998321f9c0c8d8e28394c1796e (patch)
tree5a3d5a48c276fc6bcf9f776db238c906fb4be27e /tools/qmake/mkspecs/features/functions.prf
parentc7d40732bfeaf151fe27841bfee3d7f3629d2ddc (diff)
Update dependencies
Add more pkg-config based libraries that we need to build Qt WebEngine and update Chromium SHA so that we do not need ATK. Change-Id: I713823e3dcad9b9f5a112d500d23281ac59c307b Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'tools/qmake/mkspecs/features/functions.prf')
-rw-r--r--tools/qmake/mkspecs/features/functions.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmake/mkspecs/features/functions.prf b/tools/qmake/mkspecs/features/functions.prf
index 417f81925..0fda473c9 100644
--- a/tools/qmake/mkspecs/features/functions.prf
+++ b/tools/qmake/mkspecs/features/functions.prf
@@ -17,7 +17,7 @@ defineTest(isPlatformSupported) {
linux-g++*|linux-clang|win32-msvc2013|macx-clang: return(true)
boot2qt: return(true)
- skipBuild("Qt WebEngine can currently only be built for Linux (GCC), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
+ skipBuild("Qt WebEngine can currently only be built for Linux (GCC/clang), Windows (MSVC 2013), OS X (XCode 5.1+) or Qt for Device Creation.")
return(false)
}