Update xmake.lua

pull/5646/head
Maxime 3 weeks ago committed by GitHub
parent be5ef7e904
commit f1a9a7636b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/q/qt6webview/xmake.lua

@ -22,7 +22,7 @@ package("qt6webview")
int test(int argc, char** argv) {
QWebEngineView webView;
webView.show();
return app.exec();
return 0;
}
]]}, {configs = {languages = "c++17", cxflags = cxflags}, includes = {"QWebEngineView"}}))
end)

Loading…
Cancel
Save