Skip to content

Commit

Permalink
Update Qt to 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Jul 5, 2024
1 parent 01544b5 commit 4c13ccd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ jobs:
qtVersion: '5.15.2'
buildArch: 'X64'
- runner: 'macos-14'
qtVersion: '6.5.3'
qtVersion: '6.7.2'
qtModules: 'qtimageformats'
buildArch: 'X64'
- runner: 'macos-14'
qtVersion: '6.5.3'
qtVersion: '6.7.2'
qtModules: 'qtimageformats'
buildArch: 'Arm64'
- runner: 'macos-14'
qtVersion: '5.15.2'
osSuffix: '_legacy'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.5.3'
qtVersion: '6.7.2'
qtArch: 'win64_msvc2019_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
buildArch: 'X64'
- runner: 'windows-2022'
qtVersion: '6.5.3'
qtVersion: '6.7.2'
qtArch: 'win64_msvc2019_arm64'
osSuffix: '_arm64'
qtModules: 'qtimageformats'
Expand Down
4 changes: 4 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ int main(int argc, char *argv[])

SettingsManager::migrateOldSettings();

#ifdef Q_OS_WIN
if (QSettings().value("options/nonnativetheme").toBool())
QApplication::setStyle("fusion");
else
QApplication::setStyle("windowsvista"); // Avoid windows11 style until it's less buggy
#endif

QVApplication app(argc, argv);

Expand Down

0 comments on commit 4c13ccd

Please sign in to comment.