install vc redist 2010 too - it is required by openssl
This commit is contained in:
parent
6c45d020f4
commit
1cc9ca1166
4 changed files with 10 additions and 1 deletions
|
@ -23,10 +23,13 @@ win32 {
|
||||||
lib.path = $$PREFIX
|
lib.path = $$PREFIX
|
||||||
lib.CONFIG = no_check_exist
|
lib.CONFIG = no_check_exist
|
||||||
|
|
||||||
|
redist10.files = ../../resources/scripts/redist/*
|
||||||
|
redist10.path = $$PREFIX
|
||||||
|
|
||||||
clng.files = ../../resources/scripts/clang-format
|
clng.files = ../../resources/scripts/clang-format
|
||||||
clng.path = $$PREFIX
|
clng.path = $$PREFIX
|
||||||
|
|
||||||
INSTALLS += target lib clng
|
INSTALLS += target lib clng clng.path = $$PREFIX
|
||||||
|
|
||||||
INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/include/librssguard)
|
INSTALL_HEADERS_PREFIX = $$quote($$PREFIX/include/librssguard)
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,6 +131,12 @@ NotInstalled:
|
||||||
ExecWait '"$INSTDIR\vc_redist.x64.exe" /install /quiet /norestart'
|
ExecWait '"$INSTDIR\vc_redist.x64.exe" /install /quiet /norestart'
|
||||||
Delete "$INSTDIR\vc_redist.x64.exe"
|
Delete "$INSTDIR\vc_redist.x64.exe"
|
||||||
|
|
||||||
|
ExecWait '"$INSTDIR\vcredist_2010.x86.exe" /q /norestart'
|
||||||
|
Delete "$INSTDIR\vcredist_2010.x86.exe"
|
||||||
|
|
||||||
|
ExecWait '"$INSTDIR\vcredist_2010.x64.exe" /q /norestart'
|
||||||
|
Delete "$INSTDIR\vcredist_2010.x64.exe"
|
||||||
|
|
||||||
; Create uninstaller.
|
; Create uninstaller.
|
||||||
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
WriteUninstaller "$INSTDIR\Uninstall.exe"
|
||||||
|
|
||||||
|
|
BIN
resources/scripts/redist/vcredist_2010.x64.exe
Executable file
BIN
resources/scripts/redist/vcredist_2010.x64.exe
Executable file
Binary file not shown.
BIN
resources/scripts/redist/vcredist_2010.x86.exe
Executable file
BIN
resources/scripts/redist/vcredist_2010.x86.exe
Executable file
Binary file not shown.
Loading…
Add table
Reference in a new issue