diff options
Diffstat (limited to 'docs/build.windows.rst')
-rw-r--r-- | docs/build.windows.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/build.windows.rst b/docs/build.windows.rst index 818f813..27edcbc 100644 --- a/docs/build.windows.rst +++ b/docs/build.windows.rst @@ -13,5 +13,5 @@ For the installer, install QtIFW for windows (tested with version 3.2.2). Assuming you have the vendor path in place and correctly configured, all you need to do is `make build_installer`:: export PATH="/c/Qt/Qt5/bin/":"/c/Qt/QtIFW-3.2.2/bin":$PATH - VENDOR_PATH=providers/ - make build_installer + export VENDOR_PATH=providers + make vendor && make installer |