C
Qt Quick Ultralite字体质量示例
cmake_minimum_required (VERSION 3.21.1) project(font_quality VERSION 0.0.1 LANGUAGES C CXX ASM) if (NOT TARGET Qul::Core) find_package(Qul) endif() qul_add_target(font_quality QML_PROJECT mcu_font_quality.qmlproject GENERATE_ENTRYPOINT) app_target_setup_os(font_quality) qul_add_target(font_quality_all_glyphs QML_PROJECT mcu_font_quality_all_glyphs.qmlproject GENERATE_ENTRYPOINT) app_target_setup_os(font_quality_all_glyphs)