-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Using qbs on android #298
Comments
I love Qbs, it's far superior than any other build system out there. The .qbs files in this repository are no longer being updated. That being said, I think that CMake supports Android and it's integrated with QtCreator. |
Me too I love qbs. And i am not willing to come back to cmake. I've used it enough in past to hate it.
Are you interesting in updating the files? |
If you can help maintaining .qbs files I would gladly keep Qbs around as an option even though the officially supported build system is CMake. This means that I will accept PRs but I will focus my energy on CMake. Qbs is best effort and not the main build system. |
ok, When using the repository as a SubProject it works. |
The |
Since it's a module I guess Depends will work, probably for some obscure bug it was possible to use it without Depends before. |
With qbs 1.14 android support has improved.
Is there any plan to support qbs now?
I tried it but I get this error:
W Test: QQmlApplicationEngine failed to load component
W Test: qrc:/MemoVache.qml:9 module "Fluid.Controls" is not installed
But I see that the apk file has the module installed.
The text was updated successfully, but these errors were encountered: