Skip to content

Commit

Permalink
Fixed #350 - Added libiconv to MacOS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Apr 22, 2024
1 parent 9b86166 commit db9ad20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ macx: {
}

INCLUDEPATH += /usr/local/include
LIBS += -L/usr/local/lib -lhamlib -lsqlite3
LIBS += -L/usr/local/lib -lhamlib -lsqlite3 -liconv
equals(QT_MAJOR_VERSION, 6): LIBS += -lqt6keychain
equals(QT_MAJOR_VERSION, 5): LIBS += -lqt5keychain
DISTFILES +=
Expand Down

0 comments on commit db9ad20

Please sign in to comment.