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