CMakeLists.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
README.md | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
CMakeLists.txt
@@ -18,7 +18,7 @@ #[[ Detailed Introcuction to Congigure Options: Detailed Introcuction to Configure Options: `QWINDOWKIT_BUILD_DOCUMENTATIONS` - If you have installed `Doxygen`, you can ENABLE this option so that the documentations README.md
@@ -94,7 +94,7 @@ ``` ```cmake find_package(QWindowKit REQUIRED) find_package(QWindowKit COMPONENTS Core Widgets Quick REQUIRED) target_link_libraries(widgets_app PUBLIC QWindowKit::Widgets) target_link_libraries(quick_app PUBLIC QWindowKit::Quick) ```