Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jun 12, 2024
1 parent adbd698 commit 5c96a33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ jobs:
id: build
shell: pwsh
run: |
set PKG_CONFIG_PATH='C:/msys64/mingw64/lib/pkgconfig'
set PATH="%PATH%;C:/msys64/mingw64/bin"
setx PKG_CONFIG_PATH='C:/msys64/mingw64/lib/pkgconfig'
setx PATH="%PATH%;C:/msys64/mingw64/bin"
qmake
mingw32-make.exe qmake_all
mingw32-make.exe
Expand Down
2 changes: 1 addition & 1 deletion modmanager.pro
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ unix {
message($$system($$pkgConfigExecutable() --libs libaria2 quazip1-qt5))
message($$system($$pkgConfigExecutable() --cflags libaria2 quazip1-qt5))
QMAKE_CXXFLAGS += $$system($$pkgConfigExecutable() --cflags libaria2 quazip1-qt5)
LIBS += -L/usr/lib/x86_64-linux-gnu -lquazip5 -L/usr/local/lib -laria2
LIBS += -L/usr/lib/x86_64-linux-gnu -lquazip1-qt5 -L/usr/local/lib -laria2
# CONFIG += link_pkgconfig
# equals(QT_MAJOR_VERSION, 5): PKGCONFIG += libaria2 quazip1-qt5
# equals(QT_MAJOR_VERSION, 6): PKGCONFIG += libaria2 quazip1-qt6
Expand Down

0 comments on commit 5c96a33

Please sign in to comment.