Skip to content

Commit b6e059c

Browse files
committed
[travis] add libqt4-sql-sqlite package
This commit fix the PyQgsAppStartup test which fails with c706513 because the QSQLITE driver was not found.
1 parent f79d747 commit b6e059c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ before_install:
3535
grass-dev libexpat1-dev libfcgi-dev libgdal1-dev
3636
libgeos-dev libgsl0-dev libpq-dev libproj-dev
3737
libqscintilla2-dev libqt4-dev libqt4-opengl-dev
38-
libqtwebkit-dev libqwt-dev libspatialindex-dev
39-
libspatialite-dev libsqlite3-dev lighttpd pkg-config
40-
poppler-utils pyqt4-dev-tools python python-dev
41-
python-qt4 python-qt4-dev python-sip python-sip-dev
42-
spawn-fcgi txt2tags xauth xfonts-100dpi xfonts-75dpi
43-
xfonts-base xfonts-scalable xvfb
44-
postgresql-9.1-postgis-2.1
38+
libqt4-sql-sqlite libqtwebkit-dev libqwt-dev
39+
libspatialindex-dev libspatialite-dev libsqlite3-dev
40+
lighttpd pkg-config poppler-utils pyqt4-dev-tools
41+
python python-dev python-qt4 python-qt4-dev
42+
python-sip python-sip-dev spawn-fcgi txt2tags
43+
xauth xfonts-100dpi xfonts-75dpi xfonts-base
44+
xfonts-scalable xvfb postgresql-9.1-postgis-2.1
4545
- cmake --version
4646
- clang --version
4747

0 commit comments

Comments
 (0)