add WindowsVista style
This commit is contained in:
parent
a143b43d15
commit
b73719ed4e
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,7 @@ File "/opt/windev/qt64d-latest/plugins/platforms/qwindows.dll"
|
||||||
SetOutPath "$INSTDIR\styles"
|
SetOutPath "$INSTDIR\styles"
|
||||||
File "/opt/windev/qt64d-latest/plugins/styles/qcleanlooksstyle.dll"
|
File "/opt/windev/qt64d-latest/plugins/styles/qcleanlooksstyle.dll"
|
||||||
File "/opt/windev/qt64d-latest/plugins/styles/qplastiquestyle.dll"
|
File "/opt/windev/qt64d-latest/plugins/styles/qplastiquestyle.dll"
|
||||||
|
File "/opt/windev/qt64d-latest/plugins/styles/qwindowsvistastyle.dll"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
|
@ -226,6 +227,7 @@ Delete "$INSTDIR\imageformats\qwebp.dll"
|
||||||
Delete "$INSTDIR\platforms\qwindows.dll"
|
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||||
Delete "$INSTDIR\styles\qcleanlooksstyle.dll"
|
Delete "$INSTDIR\styles\qcleanlooksstyle.dll"
|
||||||
Delete "$INSTDIR\styles\qplastiquestyle.dll"
|
Delete "$INSTDIR\styles\qplastiquestyle.dll"
|
||||||
|
Delete "$INSTDIR\styles\qwindowsvistastyle.dll"
|
||||||
RmDir "$INSTDIR\lang"
|
RmDir "$INSTDIR\lang"
|
||||||
RmDir "$INSTDIR\imageformats"
|
RmDir "$INSTDIR\imageformats"
|
||||||
RmDir "$INSTDIR\platforms"
|
RmDir "$INSTDIR\platforms"
|
||||||
|
|
Loading…
Reference in a new issue