Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed May 21, 2024
1 parent 976ca72 commit 4e92fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest]
qt_ver: [5.15.2]
qt_ver: [6.7.1]
qt_arch: [clang_64]
steps:
- name: Install Qt
Expand Down
2 changes: 1 addition & 1 deletion modmanager.pro
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ win32 {
equals(QT_MAJOR_VERSION,5): INCLUDEPATH += \
C:/msys64/mingw64/include/QuaZip-Qt5-1.4/quazip \
C:/msys64/mingw64/include/aria2
equals(QT_MAJOR_VERSION,5):LIBS += -L$$quote(C:/msys64/mingw64/bin) -laria2-0 -lquazip5
equals(QT_MAJOR_VERSION,5):LIBS += -L$$quote(C:/msys64/mingw64/bin) -laria2-0 -lquazip1-qt5

#For Qt6
equals(QT_MAJOR_VERSION,6): INCLUDEPATH += \
Expand Down

0 comments on commit 4e92fae

Please sign in to comment.