We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e22898 commit 6edd964Copy full SHA for 6edd964
1 file changed
win_installer/cppcheck.wxs
@@ -55,8 +55,11 @@
55
</Directory>
56
<Directory Id='CfgsFolder' Name='cfg'>
57
<Component Id='Cfgs' Guid='$(var.cfgsGUID)'>
58
- <File Id='std.cfg' Name='std.cfg' Source='$(var.CfgsDir)\std.cfg' />
59
<File Id='gtk.cfg' Name='gtk.cfg' Source='$(var.CfgsDir)\gtk.cfg' />
+ <File Id='posix.cfg' Name='posix.cfg' Source='$(var.CfgsDir)\posix.cfg' />
60
+ <File Id='qt.cfg' Name='qt.cfg' Source='$(var.CfgsDir)\qt.cfg' />
61
+ <File Id='std.cfg' Name='std.cfg' Source='$(var.CfgsDir)\std.cfg' />
62
+ <File Id='windows.cfg' Name='windows.cfg' Source='$(var.CfgsDir)\windows.cfg' />
63
</Component>
64
65
<Component Id='BaseDocs' Guid='$(var.basedocsGUID)'>
0 commit comments