Skip to content

Commit

Permalink
fix library svg
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlatorre committed Jun 8, 2017
1 parent 267f7d6 commit b51fc80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- sudo apt-get update -qq

install:
- sudo apt-get -y install qt59base qt59webengine qt59svg qt5-qmake
- sudo apt-get -y install qt59base qt59webengine qt59svg qt59imageformats qt59x11extras qt5-qmake
- source /opt/qt*/bin/qt*-env.sh

script:
Expand Down
4 changes: 3 additions & 1 deletion cuarzobrowser.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
QT += core webenginewidgets svg
QT += core
QT += webenginewidgets
QT += svg
CONFIG += c++11

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
Expand Down

0 comments on commit b51fc80

Please sign in to comment.