Skip to content

Commit 4fff7e8

Browse files
authored
Update README.zh_CN.md
1 parent 5820743 commit 4fff7e8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

qt/README.zh_CN.md

-18
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,4 @@ QT 环境推荐安装使用 **Qt5.13.0** 版本。
1717
- 最后编译并运行 PAGViewer 目标即可。
1818

1919

20-
# QT Demo
21-
22-
Please make sure you have built the libpag library successfully before building the QT demo project.
23-
24-
## macOS
25-
26-
Open the `qt` folder with CLion, and then open the `qt/QTCMAKE.cfg` file to modify the QT path to
27-
your local QT installation path. Then you can build and run the `PAGViewer` target.
28-
29-
## Windows
30-
31-
- Please refer to the build guide in [README.md](./../README.md) to install the necessary modules of VS2019 and make sure the ToolChain of CLion is Visual Studio with **amd64** architecture.
32-
- Open the `qt` folder with CLion, and then open the `qt/QTCMAKE.cfg` file to modify the QT path to your local QT installation path. For example: `C:/Qt/Qt5.13.0/5.13.0/msvc2017_64/lib/cmake`.
33-
- Open the configuration panel of `PAGViewer` target in CLion, and then fill in the local QT DLL library path in the `Environment Variables` row. For example: `PATH=C:\Qt\Qt5.13.0\5.13.0\msvc2017_64\bin`.
34-
- Finally, build and run the `PAGViewer` target.
35-
36-
37-
3820

0 commit comments

Comments
 (0)