File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23231 . Install Cmake
24242 . Download & Install ** [ Qt5] [ 4 ] **
25253 . ``` sh
26- cmake -DCMAKE_BUILD_TYPE={type} -DCMAKE_PREFIX_PATH =path/to/Qt5 -G {generator} -B ./cmake-build-{type}
26+ cmake -DCMAKE_BUILD_TYPE={type} -QT5_DIR =path/to/Qt5 -DOPEN_XLSX_DIR=path/to/OpenXLSX -G {generator} -B ./cmake-build-{type}
2727 cmake --build ./cmake-build-{type} --target TIP -j 14
2828 ```
2929
32322 . Install ** [ Inno Download Plugin] [ 6 ] **
33333 . To activate deployment mode, add the following flag to the CMake configuration:
3434 ``` sh
35- cmake -DCMAKE_BUILD_TYPE={type} -DCMAKE_PREFIX_PATH =path/to/Qt5 " -DDEPLOY_DEPENDENCY=\" path/to/idp.iss\" " -G {generator} -B ./cmake-build-{type}
35+ cmake -DCMAKE_BUILD_TYPE={type} -QT5_DIR =path/to/Qt5 -DOPEN_XLSX_DIR=path/to/OpenXLSX " -DDEPLOY_DEPENDENCY=\" path/to/idp.iss\" " -G {generator} -B ./cmake-build-{type}
3636 cmake --build ./cmake-build-{type} --target TIP -j 14
3737 ```
3838 or run [ windows_deploy.bat] [ 8 ] after building the project and enter ` "path/to/idp.iss" ` as an argument.
You can’t perform that action at this time.
0 commit comments