Commit d3acc9d 1 parent e8997fd commit d3acc9d Copy full SHA for d3acc9d
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,12 @@ Section "Qt Runtime libraries" qtlibs
123
123
SetOutPath $INSTDIR \platforms
124
124
File release\platforms\qwindows.dll
125
125
SetOutPath $INSTDIR \styles
126
+ !if ${QT_MAJOR} == " Qt6"
127
+ File release\styles\qmodernwindowsstyle.dll
128
+ !else
126
129
File release\styles\qwindowsvistastyle.dll
130
+ !endif
131
+
127
132
SectionEnd
128
133
129
134
Section " MSVC Runtime libraries" vcruntime
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ xcopy %QTDIR%\plugins\platforms\qwindows.dll %KLOGG_WORKSPACE%\release\platforms
50
50
51
51
md %KLOGG_WORKSPACE% \release\styles
52
52
xcopy %QTDIR% \plugins\styles\qwindowsvistastyle.dll %KLOGG_WORKSPACE% \release\styles /y
53
-
53
+ xcopy %QTDIR% \plugins\styles\qmodernwindowsstyle.dll %KLOGG_WORKSPACE% \release\styles /y
54
54
55
55
echo " Copying packaging files..."
56
56
md %KLOGG_WORKSPACE% \chocolately
You can’t perform that action at this time.
0 commit comments