don't complain about missing QPA plugin on android
android is linux, but the QPA plugin is not enabled by configure, so skip the warning here. Change-Id: Ib136dd142b775a00686cdaa0cec5414d035c9516 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
e4391bb403
commit
e8091eb6c8
|
|
@ -976,7 +976,7 @@ XKB configuration data. This is required for keyboard input support."
|
|||
},
|
||||
{
|
||||
"type": "warning",
|
||||
"condition": "features.gui && config.linux && !features.xcb && !features.eglfs && !features.directfb && !features.linuxfb && !features.mirclient",
|
||||
"condition": "features.gui && config.linux && !config.android && !features.xcb && !features.eglfs && !features.directfb && !features.linuxfb && !features.mirclient",
|
||||
"message": "No QPA platform plugin enabled! This will
|
||||
produce a Qt that cannot run GUI applications.
|
||||
The dependencies needed for xcb to build are listed in
|
||||
|
|
|
|||
Loading…
Reference in New Issue