Skip to content

Commit

Permalink
Improved resilience when checking for SQLite on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clift committed Jun 7, 2013
1 parent 487f8ad commit 8db087a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ win32 {
}
mac {
RC_FILE = macapp.icns
LIBS += -L/usr/local/lib -framework Carbon
LIBS += -L/usr/local/lib \
-L/usr/local/opt/sqlite/lib \
-framework Carbon
QMAKE_INFO_PLIST = app.plist
}

Expand Down

0 comments on commit 8db087a

Please sign in to comment.