Sine Striker
2024-05-07 fcdd5e1b8487a36c4adfa665e0a39c883478b654
Update metadata
2个文件已修改
4 ■■■■ 已修改文件
CMakeLists.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md 2 ●●● 补丁 | 查看 | 原始文档 | 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)
```