We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#404 #760
The text was updated successfully, but these errors were encountered:
Requires support:
Sorry, something went wrong.
I have supported to deploy qt applicaion for macOS on dev branch.
-- add modes: debug and release add_rules("mode.debug", "mode.release") -- add target target("qt_demo") -- add rules add_rules("qt.quickapp") -- add headers add_headerfiles("src/*.h") -- add files add_files("src/*.cpp") add_files("src/qml.qrc") -- set codesign identity (optional) -- set_values("xcode.codesign_identity", "Apple Development: [email protected] (T3NA4MRVPU)")
[ 40%]: ccache compiling.release src/main.cpp [ 60%]: compiling.qt.qrc src/qml.qrc [ 80%]: linking.release qt_demo [100%]: generating.qt.app qt_demo.app <-- deploy qt app on macOS [100%]: build ok!
I have supported to deploy qt applicaion for android on dev branch, but only tested on win/Qt 5.14.x
No branches or pull requests
#404 #760
The text was updated successfully, but these errors were encountered: