File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 99 os : linux
1010 dist : trusty
1111 group : stable
12+ before_install :
13+ - sudo apt-get install libqt5x11extras5-dev
1214 addons :
1315 apt :
1416 sources :
@@ -36,6 +38,8 @@ matrix:
3638 services :
3739 - xvfb
3840 compiler : gcc
41+ before_install :
42+ - sudo apt-get install libqt5x11extras5-dev
3943 addons :
4044 apt :
4145 sources :
@@ -68,6 +72,8 @@ matrix:
6872 - xvfb
6973 compiler : gcc
7074 addons :
75+ before_install :
76+ - sudo apt-get install libqt5x11extras5-dev
7177 apt :
7278 sources :
7379 - ubuntu-toolchain-r-test
@@ -98,6 +104,8 @@ matrix:
98104 services :
99105 - xvfb
100106 compiler : gcc
107+ before_install :
108+ - sudo apt-get install libqt5x11extras5-dev
101109 addons :
102110 apt :
103111 sources :
@@ -135,6 +143,8 @@ matrix:
135143 services :
136144 - xvfb
137145 compiler : gcc
146+ before_install :
147+ - sudo apt-get install libqt5x11extras5-dev
138148 addons :
139149 apt :
140150 sources :
You can’t perform that action at this time.
0 commit comments