You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qt/README.zh_CN.md
-18
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,4 @@ QT 环境推荐安装使用 **Qt5.13.0** 版本。
17
17
- 最后编译并运行 PAGViewer 目标即可。
18
18
19
19
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`.
0 commit comments