Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-23 | Forward the Qt6 build option to the CMake test runs | Volker Krause | |
Fixes a number of unit tests that rely on Qt in some form when using Qt6. | |||
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. |