Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
winsoft666 authored Nov 21, 2019
1 parent 0150736 commit 7dbf4bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Install Python just for execute `NsisScriptGenerate.py` script. After install, a

NSIS-UI-Plugin use Qt as UI library by default.

The Qt installer will add the `QtDIR` system environment variable as Qt install direcotry. If it not add automatically, you need to add it manually.
The Qt installer will add the `QtDIR` system environment variable as Qt install directory. If it not add automatically, you need to add it manually.

4. Compile NSIS-UI-Plugin

After installing the above dependencies, then compile `NSIS-UI-Plugin\NSIS-UI-Plugin.vcxproj` project, Visual Studio's After Build Event will copy target file(Debug: `nsQtPluginD.dll` Release: `nsPlugin.dll`) to NSIS plugin direcotry(`NSIS_DIR\Plugins\x86-unicode`).
After installing the above dependencies, then compile `NSIS-UI-Plugin\NSIS-UI-Plugin.vcxproj` project, Visual Studio's After Build Event will copy target file(Debug: `nsQtPluginD.dll` Release: `nsPlugin.dll`) to NSIS plugin directory(`NSIS_DIR\Plugins\x86-unicode`).

5. Generate Test Setup

`VimeoSetup` direcotry is sample about how to use NSIS-UI-Plugin.
`VimeoSetup` directory is sample about how to use NSIS-UI-Plugin.

```txt
App -- Place the files that need to be packaged into the installer
Expand Down

0 comments on commit 7dbf4bf

Please sign in to comment.