From 852fd291a9a4520a826eb511eae6ef09a2805388 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周三, 29 5月 2024 17:40:31 +0800 Subject: [PATCH] minor tweaks --- docs/visual-studio-guide.md | 15 +++++++++++++++ README.md | 14 +------------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7cf37a2..d88e981 100644 --- a/README.md +++ b/README.md @@ -111,19 +111,7 @@ #### Visual Studio Project - - -First, click the "View" menu, find "Other Windows", click "Property Manager". - - - -Then, right click the project name item and pop up a context menu, click "Add -Existing Property Sheet...". - - - -Finally, find the "QWindowKit.props" in the "[Build output folder of -QWindowKit]\share\QWindowKit" folder, click "Open" button. +See [Visual Studio Guide](./docs/visual-studio-guide.md) for detailed usages. ## Quick Start diff --git a/docs/visual-studio-guide.md b/docs/visual-studio-guide.md new file mode 100644 index 0000000..8bc490e --- /dev/null +++ b/docs/visual-studio-guide.md @@ -0,0 +1,15 @@ +# Visual Studio Guide + + + +First, click the "View" menu, find "Other Windows", click "Property Manager". + + + +Then, right click the project name item and pop up a context menu, click "Add +Existing Property Sheet...". + + + +Finally, find the "QWindowKit.props" in the "[Build output folder of +QWindowKit]\share\QWindowKit" folder, click "Open" button. \ No newline at end of file -- Gitblit v1.9.1