deploy_tool now add wayland platform in addition to xcb
This commit is contained in:
@@ -41,7 +41,7 @@ void setCommands() {
|
||||
# ifdef MAC_OS
|
||||
qplatforms = "cocoa";
|
||||
# else
|
||||
qplatforms = "xcb";
|
||||
qplatforms = "xcb,wayland";
|
||||
# endif
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user