Skip to content

Introduce ECMQmlModule.cmake

Arjen Hiemstra requested to merge work/ahiemstra/qmlmodule into master

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.

The second commit renames ECMQMLModules.cmake to ECMFindQmlModule.cmake since ECMQMLModules.cmake is now very ambiguous and also doesn't actually match what the file does.

Edited by Arjen Hiemstra

Merge request reports