mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
skip angle fallback if binaries don't exist
This commit is contained in:
parent
7cf9d7ff6a
commit
d87c01b57b
@ -62,8 +62,8 @@ Source: Qt6Svg.dll; DestDir: {app}
|
||||
Source: Qt6ShaderTools.dll; DestDir: {app}
|
||||
|
||||
;Qt Angle
|
||||
Source: opengl32sw.dll; DestDir: {app}
|
||||
Source: D3Dcompiler_47.dll; DestDir: {app}
|
||||
Source: opengl32sw.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
|
||||
Source: D3Dcompiler_47.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
|
||||
|
||||
;Qt PlugIns
|
||||
Source:generic\*; DestDir: {app}\generic\
|
||||
|
Loading…
Reference in New Issue
Block a user