configure.exe: disable ANGLE backend for Linux targets
As default, configure.exe checks if ANGLE is available and prints a warning if not. This isn't needed if the target platform is Linux. Change-Id: I2966965ea194c61bf9847e1ee130f2e765d5b0aa Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
5380281fe1
commit
89bd855efb
@ -1684,6 +1684,7 @@ void Configure::applySpecSpecifics()
|
||||
dictionary[ "QT_EVDEV" ] = "no";
|
||||
dictionary[ "QT_MTDEV" ] = "no";
|
||||
dictionary[ "FONT_CONFIG" ] = "auto";
|
||||
dictionary[ "ANGLE" ] = "no";
|
||||
|
||||
dictionary["DECORATIONS"] = "default windows styled";
|
||||
} else if ((platform() == QNX) || (platform() == BLACKBERRY)) {
|
||||
|
Loading…
Reference in New Issue
Block a user