Commit 96126177 authored by Don Gagne's avatar Don Gagne

Merge pull request #2856 from dogmaphobic/linuxSqlite

Sqlite for Linux
parents 2dbc6302 ee0d9f22
...@@ -116,6 +116,7 @@ LinuxBuild { ...@@ -116,6 +116,7 @@ LinuxBuild {
libQt5Quick.so.5 \ libQt5Quick.so.5 \
libQt5QuickWidgets.so.5 \ libQt5QuickWidgets.so.5 \
libQt5SerialPort.so.5 \ libQt5SerialPort.so.5 \
libQt5Sql.so.5 \
libQt5Svg.so.5 \ libQt5Svg.so.5 \
libQt5Test.so.5 \ libQt5Test.so.5 \
libQt5Widgets.so.5 \ libQt5Widgets.so.5 \
...@@ -141,7 +142,8 @@ LinuxBuild { ...@@ -141,7 +142,8 @@ LinuxBuild {
platforminputcontexts \ platforminputcontexts \
platforms \ platforms \
platformthemes \ platformthemes \
position position \
sqldrivers
!contains(DEFINES, __rasp_pi2__) { !contains(DEFINES, __rasp_pi2__) {
QT_PLUGIN_LIST += xcbglintegrations QT_PLUGIN_LIST += xcbglintegrations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment