File tree Expand file tree Collapse file tree 3 files changed +2
-47
lines changed Expand file tree Collapse file tree 3 files changed +2
-47
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ jobs:
238238 - config_name : MacOS Legacy (artifacts+CodeQL)
239239 target_os : macos
240240 building_on_os : macos-12
241- base_command : QT_VERSION=5.9.9 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
241+ base_command : QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ARTIFACT_SUFFIX=_legacy ./.github/autobuild/mac.sh
242242 # Enable CodeQL on mac legacy as this version does not get signed
243243 run_codeql : true
244244 # For Qt5 on Mac, we need to use an unsupported SDK version as macOS 12 doesn't
Original file line number Diff line number Diff line change @@ -190,11 +190,7 @@ win32 {
190190 MACOSX_BUNDLE_ICON.path = Contents/Resources
191191 QMAKE_BUNDLE_DATA += MACOSX_BUNDLE_ICON
192192 } else {
193- equals(QT_VERSION, "5.9.9") {
194- QMAKE_INFO_PLIST = mac/Info-make-legacy.plist
195- } else {
196- QMAKE_INFO_PLIST = mac/Info-make.plist
197- }
193+ QMAKE_INFO_PLIST = mac/Info-make.plist
198194 }
199195
200196 LIBS += -framework CoreFoundation \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments