Yuhang Zhao
2023-12-21 0e9c2e428fb61953fd8f152125897646fe6fd337
examples/CMakeLists.txt
@@ -7,12 +7,17 @@
    add_executable(${_target})
    qm_configure_target(${_target} ${ARGN})
    qm_add_win_rc(${_target} ICON ${QWK_EXAMPLES_DIR}/shared/resources/example.ico)
    qm_add_win_rc(${_target} ICON ${QWK_EXAMPLES_DIR}/shared/resources/app/example.ico)
    qm_add_win_manifest(${_target})
    qm_add_mac_bundle(${_target} ICON ${QWK_EXAMPLES_DIR}/shared/resources/app/example.icns)
endmacro()
add_subdirectory(shared)
add_subdirectory(mainwindow)
if(QWINDOWKIT_BUILD_WIDGETS)
    add_subdirectory(mainwindow)
endif()
add_subdirectory(qml)
if(QWINDOWKIT_BUILD_QUICK)
    add_subdirectory(qml)
endif()