Skip to content

Commit

Permalink
Removed unnecessary curses library linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Salawa committed Jan 18, 2023
1 parent 0fbb14d commit c7dd094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQLiteStudio3/sqlitestudiocli/sqlitestudiocli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ win32: {
}

unix: {
LIBS += -lreadline -lcurses
LIBS += -lreadline
}

HEADERS += \
Expand Down

0 comments on commit c7dd094

Please sign in to comment.