-
Notifications
You must be signed in to change notification settings - Fork 477
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
Consider switching to CMake for consistency with other Papyros projects #360
Comments
@ibeliever I don't think this would affect mobile app developers very much. They way we internally use qml-material now is to just include the library into a .pri and .qrc file, and then it's the app's responsibility to do the compiling. |
As @marco-piccolino mentioned, I do not install For me, including a |
@nbigaouette I am currently maintaining this qrc wrapper: It was written with qmake in mind but maybe it's useful to you too. |
Thanks for the feedback guys. It would be great if one of you could submit a pull request for a .qrc and .pri file, as I'm not as familiar with the way you use the project. |
@ibeliever I'm happy to do it
|
@marco-piccolino That's interesting! It seems more complicated than what is needed though. What I did was to create 3 What makes this "complex" to create (and hence the What would be better is to put the I personally prefer having the 4 resources files split; I don't necessarily want to include the fonts (which are big and slow to compile). |
@nbigaouette good points. Whatever we come up with, it should be something which makes it easy to Any ideas about what's the best approach? 2016-01-20 15:32 GMT+01:00 Nicolas Bigaouette [email protected]:
|
Let's continue that discussion in #374. |
This would allow us to have a consisent build system across all Papyros projects, as well as letting us use any additional CMake features we might want to use in the future.
App developers: how would this affect you? Would CMake make it harder for you to use qml-material, especially on non-Linux platforms?
Also, how would this work with qpm (#358)?
The text was updated successfully, but these errors were encountered: