always link to shared sqlite3

This commit is contained in:
Peinthor Rene
2013-01-26 11:10:15 +01:00
parent 5df6509f59
commit f9cc48bdcc

View File

@@ -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 += \