From fcdd5e1b8487a36c4adfa665e0a39c883478b654 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周二, 07 5月 2024 15:30:37 +0800
Subject: [PATCH] Update metadata

---
 CMakeLists.txt |    2 +-
 README.md      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea1881c..6f2fe3e 100644
--- a/CMakeLists.txt
+++ b/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
diff --git a/README.md b/README.md
index ba19b1c..4dc6ba7 100644
--- a/README.md
+++ b/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)
 ```

--
Gitblit v1.9.1