Skip to content
Snippets Groups Projects
Commit 01653c41 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: install qsqlite4 plugin in windows installer

parent cf0da165
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,10 @@ install(DIRECTORY ${GDAL_DATA}
install(FILES ${QT_TRANSLATIONS_FILES}
DESTINATION share/qt4/translations
COMPONENT Resources)
install(FILES ${QT_PLUGINS_DIR}/sqldrivers/qsqlite4.dll
DESTINATION lib/qt4/plugins/sqldrivers/
COMPONENT Runtime)
install(FILES qt.conf
DESTINATION bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment