mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
corrected mingwm10.dll path
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1328 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2a98fa229a
commit
50a5aee3a3
3 changed files with 91 additions and 63 deletions
|
@ -186,13 +186,14 @@ Section $(sec_main) sec_main
|
|||
; Set Section Files and Shortcuts
|
||||
SetOutPath "$INSTDIR\"
|
||||
File /r "release\RetroShare.exe"
|
||||
File /r "D:\Qt\2009.02\mingw\mingwm10.dll"
|
||||
File /r "D:\Qt\2009.02\mingw\bin\mingwm10.dll"
|
||||
File /r "D:\Qt\2009.02\qt\bin\QtCore4.dll"
|
||||
File /r "D:\Qt\2009.02\qt\bin\QtGui4.dll"
|
||||
File /r "D:\Qt\2009.02\qt\bin\QtNetwork4.dll"
|
||||
File /r "D:\Qt\2009.02\qt\bin\QtXml4.dll"
|
||||
File /r "D:\Qt\2009.02\qt\bin\QtScript4.dll"
|
||||
File /r "pthreadGCE2.dll"
|
||||
File /r "pthreadGC2d.dll"
|
||||
File /r "changelog.txt"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue