mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
always link to shared sqlite3
This commit is contained in:
@@ -47,7 +47,7 @@ unix {
|
||||
UI_DIR = .ui
|
||||
MOC_DIR = .moc
|
||||
OBJECTS_DIR = .obj
|
||||
LIBS += -ldl -lsqlite3
|
||||
LIBS += -ldl
|
||||
}
|
||||
win32:RC_FILE = winapp.rc
|
||||
mac {
|
||||
@@ -58,6 +58,7 @@ mac {
|
||||
CONFIG += x86 \
|
||||
ppc
|
||||
}
|
||||
LIBS += -lsqlite3
|
||||
RESOURCES += icons/icons.qrc
|
||||
|
||||
FORMS += \
|
||||
|
||||
Reference in New Issue
Block a user