mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Use Qt DLLs on Windows.
This commit is contained in:
parent
08b14c474d
commit
762ab6e97c
1 changed files with 4 additions and 5 deletions
|
@ -11,7 +11,6 @@
|
|||
|
||||
;Name and file
|
||||
Name "LeoCAD"
|
||||
OutFile "LeoCAD-setup.exe"
|
||||
|
||||
;Default installation folder
|
||||
InstallDir "$PROGRAMFILES\LeoCAD"
|
||||
|
@ -56,10 +55,10 @@ Section "LeoCAD" SecLeoCAD
|
|||
|
||||
SetOutPath "$INSTDIR"
|
||||
|
||||
File "..\..\build\release\LeoCAD.exe"
|
||||
File "..\..\docs\ReadMe.txt"
|
||||
File "..\..\library.bin"
|
||||
File "..\povray\povconsole32-sse2.exe"
|
||||
File /r "build\release\*"
|
||||
File "docs\ReadMe.txt"
|
||||
File "library.bin"
|
||||
File "tools\povray\povconsole32-sse2.exe"
|
||||
|
||||
;Register file extension
|
||||
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"
|
||||
|
|
Loading…
Reference in a new issue