C
Qt Quick Ultralite listmodel Example
cmake_minimum_required (VERSION 3.21.1) project(listmodel VERSION 0.0.1 LANGUAGES C CXX ASM) if (NOT TARGET Qul::Core) find_package(Qul) endif() qul_add_target(listmodel QML_PROJECT mcu_listmodel.qmlproject GENERATE_ENTRYPOINT) app_target_setup_os(listmodel)