We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2750d commit bf53c16Copy full SHA for bf53c16
installer/treefrog-setup/treefrog-setup/MainForm.h
@@ -374,9 +374,9 @@ namespace treefrogsetup {
374
}
375
376
// Get msi file from resource
377
- int rcid = IDR_TREEFROG_QT54_MSI;
378
- if (version->IndexOf("Qt version 5.3", StringComparison::OrdinalIgnoreCase) > 0) {
379
- rcid = IDR_TREEFROG_QT53_MSI;
+ int rcid = IDR_TREEFROG_QT55_MSI;
+ if (version->IndexOf("Qt version 5.4", StringComparison::OrdinalIgnoreCase) > 0) {
+ rcid = IDR_TREEFROG_QT54_MSI;
380
381
382
System::Reflection::Module^ mod = System::Reflection::Assembly::GetExecutingAssembly()->GetModules()[0];
0 commit comments