Update vcredist to MSVC2015

refs #615 #616
This commit is contained in:
Roland Winklmeier
2016-04-02 15:24:13 +02:00
parent 675255acf6
commit ef8a0cc0c4
2 changed files with 15 additions and 15 deletions

View File

@@ -68,12 +68,12 @@ INSTALLS += dbus_target dbus_config_target
############### Install VC runtime ##############
win32-msvc2013 {
win32-msvc2015 {
equals(WORD_SIZE,64) {
vc_redist_target.files *= $$(VS120COMNTOOLS)../../VC/redist/1033/vcredist_x64.exe
vc_redist_target.files *= $$(VS140COMNTOOLS)../../VC/redist/1033/vcredist_x64.exe
}
equals(WORD_SIZE,32) {
vc_redist_target.files *= $$(VS120COMNTOOLS)../../VC/redist/1033/vcredist_x86.exe
vc_redist_target.files *= $$(VS140COMNTOOLS)../../VC/redist/1033/vcredist_x86.exe
}
vc_redist_target.path *= $${PREFIX}/vcredist
INSTALLS += vc_redist_target