Yuhang Zhao
2024-01-10 79b1f3110754f9c21af2d7dacbd07b1a9dbaf6ef
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()