Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 8, 2024
1 parent f356ba8 commit 36360e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modmanager.pro
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,9 @@ unix:!macx {

macx {
message("macos build")

QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
CONFIG += sdk_no_version_check

INCLUDEPATH += /usr/local/include
LIBS += -L/usr/local/lib -llibaria2
LIBS += -L/usr/local/lib -laria2
equals(QT_MAJOR_VERSION,5):INCLUDEPATH += /usr/local/include/QuaZip-Qt5-1.4/quazip
equals(QT_MAJOR_VERSION,6):INCLUDEPATH += /usr/local/include/QuaZip-Qt6-1.4/quazip
equals(QT_MAJOR_VERSION,5):LIBS += -L/usr/local/lib -lquazip1-qt5
Expand Down

0 comments on commit 36360e6

Please sign in to comment.