Skip to content

Commit

Permalink
Added include paths for SQLite3 installed using OSX Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clift committed Jun 8, 2013
1 parent 141cfd5 commit c83bf8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ win32 {
}
mac {
RC_FILE = macapp.icns
INCLUDEPATH += -I/usr/local/include \
-I/usr/local/opt/sqlite/include
LIBS += -L/usr/local/lib \
-L/usr/local/opt/sqlite/lib \
-framework Carbon
Expand Down

0 comments on commit c83bf8f

Please sign in to comment.