summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/functions.prf
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-07-12 11:17:40 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-07-12 11:42:05 +0200
commitbb2a0bbd71019c44a38ba8608f8a7b3cd2106f7e (patch)
tree917e977ef5b8036754f09fdf5eefcf0a8f6679c5 /mkspecs/features/functions.prf
parentd35cd072c3f56aa285871a151adc30d9d81f3ea3 (diff)
Fix detection of ozone x11 support
Fixes: QTBUG-77011 Change-Id: I0136b360c74970b912124f6f308f598c80eceba3 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'mkspecs/features/functions.prf')
-rw-r--r--mkspecs/features/functions.prf8
1 files changed, 0 insertions, 8 deletions
diff --git a/mkspecs/features/functions.prf b/mkspecs/features/functions.prf
index 9efa8958f..d3eda85b2 100644
--- a/mkspecs/features/functions.prf
+++ b/mkspecs/features/functions.prf
@@ -121,11 +121,3 @@ defineReplace(pkgConfigHostExecutable) {
return($$system_quote($$system_path($$wrapper_name)))
}
-defineTest(hasX11Dependencies) {
- for(package, $$list("libdrm xcomposite xcursor xi xtst")) {
- !qtConfig(webengine-system-$$package) {
- return(false)
- }
- }
- return(true)
-}