C
Qt Quick Ultralite 字体绑定示例
cmake_minimum_required (VERSION 3.21.1)
project(font_bindings VERSION 0.0.1 LANGUAGES C CXX ASM)
if (NOT TARGET Qul::Core)
    find_package(Qul)
endif()
if(TARGET Qul::MonotypeSpark)
    qul_add_target(font_bindings QML_PROJECT mcu_font_bindings.qmlproject GENERATE_ENTRYPOINT)
    app_target_setup_os(font_bindings)
endif()