fix linking qsqlite (#5582)

This commit is contained in:
Pavel Vatagin 2017-01-09 18:17:57 +04:00 committed by John Maguire
parent f08cf3ed8e
commit 168ec9d7ab
1 changed files with 1 additions and 0 deletions

View File

@ -46,4 +46,5 @@ set_property(TARGET qsqlite PROPERTY QT_STATICPLUGIN 1)
target_link_libraries(qsqlite
Qt5::Core Qt5::Sql
${SQLITE_LIBRARIES}
)