You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is ready to try in my fork repo.
This experimental hack has, however, been checked on an x86-64 linux box.
Would anyone help me to do more checks and support windows or mac osx etc.?
examples/factorial_qrc.rs gives an example of use.
After building of crate,
$ cd examples
$ make factorial_qrc
# or if you have built with --release option,
$ make BUILD_TYPE=release factorial_qrc
# An execution file will be made under /target .
$ ../target/debug/examples/factorial_qrc
Move the executable binary to anywhere you like, and it works stand-alone without qml files.
I can put this building process in build.rs for cargo, but I do not know how to switch conditions in the script with or without --example option.
The text was updated successfully, but these errors were encountered:
It is ready to try in my fork repo.
This experimental hack has, however, been checked on an x86-64 linux box.
Would anyone help me to do more checks and support windows or mac osx etc.?
examples/factorial_qrc.rs gives an example of use.
After building of crate,
Move the executable binary to anywhere you like, and it works stand-alone without qml files.
I can put this building process in build.rs for cargo, but I do not know how to switch conditions in the script with or without --example option.
The text was updated successfully, but these errors were encountered: