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 578a5a2 commit 8aabd04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ jobs:
shell: bash
run: |
export PKG_CONFIG_PATH='C:/msys64/mingw64/lib/pkgconfig'
export PATH="%PATH%;C:/msys64/mingw64/bin"
qmake
mingw32-make.exe qmake_all
mingw32-make.exe
Expand Down
5 changes: 3 additions & 2 deletions modmanager.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
QT += core gui network concurrent

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 5): QT += core5compat

CONFIG += c++17
QMAKE_CXXFLAGS += -std=c++17
Expand Down Expand Up @@ -420,8 +421,8 @@ unix {
INCLUDEPATH += /usr/include/KF5/KWindowSystem
}
message($$system(printenv PKG_CONFIG_PATH))
message($$system($$pkgConfigExecutable() --cflags libaria2))
LIBS += -lstdc++
message($$system($$pkgConfigExecutable() --libs libaria2))
LIBS += -L/usr/lib/x86_64-linux-gnu -L/usr/local/lib
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 8aabd04

Please sign in to comment.