deploy_tool now add wayland platform in addition to xcb

This commit is contained in:
2023-03-26 18:16:14 +03:00
parent 2d1c86bc83
commit eb91ee1b35

View File

@@ -41,7 +41,7 @@ void setCommands() {
# ifdef MAC_OS
qplatforms = "cocoa";
# else
qplatforms = "xcb";
qplatforms = "xcb,wayland";
# endif
#endif
}