Zhao Yuhang
2023-12-21 78188cc33a2e96f519832a85d4805791e0a0d886
src/CMakeLists.txt
@@ -122,10 +122,6 @@
# ----------------------------------
add_subdirectory(core)
if(QWINDOWKIT_BUILD_STYLE_SUPPORT)
    add_subdirectory(stylesupport)
endif()
if(QWINDOWKIT_BUILD_WIDGETS)
    add_subdirectory(widgets)
endif()
@@ -208,7 +204,5 @@
    )
    # Install shared files
    install(DIRECTORY ../share/
        DESTINATION share/${QWINDOWKIT_INSTALL_NAME}
    )
    include("../share/install.cmake")
endif()