mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Added include paths for SQLite3 installed using OSX Homebrew
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user