Disable xkbcommon when building for QNX from Windows
A previous commit (7582bb5
) added a line to disable xkbcommon
when building for Android. A similar line needs to be added to
handle QNX builds.
Change-Id: I34e91d989567b17e7e21b87d9c377360e4e56f68
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
This commit is contained in:
parent
40894d2874
commit
5782fc2fa4
@ -1634,6 +1634,7 @@ void Configure::applySpecSpecifics()
|
|||||||
} else if ((platform() == QNX) || (platform() == BLACKBERRY)) {
|
} else if ((platform() == QNX) || (platform() == BLACKBERRY)) {
|
||||||
dictionary["STACK_PROTECTOR_STRONG"] = "auto";
|
dictionary["STACK_PROTECTOR_STRONG"] = "auto";
|
||||||
dictionary["SLOG2"] = "auto";
|
dictionary["SLOG2"] = "auto";
|
||||||
|
dictionary["QT_XKBCOMMON"] = "no";
|
||||||
} else if (platform() == ANDROID) {
|
} else if (platform() == ANDROID) {
|
||||||
dictionary[ "REDUCE_EXPORTS" ] = "yes";
|
dictionary[ "REDUCE_EXPORTS" ] = "yes";
|
||||||
dictionary[ "BUILD" ] = "release";
|
dictionary[ "BUILD" ] = "release";
|
||||||
|
Loading…
Reference in New Issue
Block a user