-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Qt resources <-> std::istream interchanging #161
Comments
Example created: https://github.com/forexample/qt-resources-istream Linux, OSX, Windows works ok: iOS works fine. If you want to download Qt binaries from server use Android only builds, can't launch it. I think the problem is about using Qt libraries in console application. It should be either console app without Qt libraries, or GUI driven by Qt: |
Working with binary resources example added to branch Usage: > build.py --toolchain gcc --verbose --test
> openssl sha1 gemma.png # hash of input file
SHA1(gemma.png)= 4f3615301c702a81367b8add2d4ce99d14bf2e1c
> openssl sha1 _builds/gcc/output.png # hash of output file
SHA1(_builds/gcc/output.png)= 4f3615301c702a81367b8add2d4ce99d14bf2e1c |
Seems complete. Closing . Android caveat is fine for this example. |
Create simple example to demonstrate/PoC communication with Qt resources system and custom C++ library with std::istream interface.
Test code:
May be useful:
The text was updated successfully, but these errors were encountered: