From 65ef06a824f9b4ac6590393c4702b28aa420140e Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: 周三, 29 5月 2024 17:38:15 +0800 Subject: [PATCH] Merge pull request #92 from MouriNaruto/vs-guide --- docs/images/vs-guide-3.png | 0 docs/images/vs-guide-1.png | 0 docs/images/vs-guide-2.png | 0 README.md | 14 +++++++++++++- 4 files changed, 13 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 997d406..7cf37a2 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,19 @@ #### Visual Studio Project -TODO + + +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. ## Quick Start diff --git a/docs/images/vs-guide-1.png b/docs/images/vs-guide-1.png new file mode 100644 index 0000000..c43226d --- /dev/null +++ b/docs/images/vs-guide-1.png Binary files differ diff --git a/docs/images/vs-guide-2.png b/docs/images/vs-guide-2.png new file mode 100644 index 0000000..23dfbb6 --- /dev/null +++ b/docs/images/vs-guide-2.png Binary files differ diff --git a/docs/images/vs-guide-3.png b/docs/images/vs-guide-3.png new file mode 100644 index 0000000..a082662 --- /dev/null +++ b/docs/images/vs-guide-3.png Binary files differ -- Gitblit v1.9.1