Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-21 | ECMQmlModule: Correct the prefix of the generated qrc to be what Qt expects | Arjen Hiemstra | |
When the major version of a module is >1, Qt expects a .MajorVersion suffix on the module path. Since we are already doing this for the shared library install path, extract that code to a shared macro and reuse it for the prefix path in the generated qrc. | |||
2022-01-21 | Set the right @since version for ECMQmlModule | Arjen Hiemstra | |
2022-01-18 | Introduce ECMQmlModule.cmake | Arjen Hiemstra | |
This contains some helper functions to make it easier to create QML modules through CMake. It takes care of several things that currently need to be done manually. It adds four tests for the four primary ways that it can be used, either as shared/static library and with or without C++ plugin. |