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 9
9
os : linux
10
10
dist : trusty
11
11
group : stable
12
+ before_install :
13
+ - sudo apt-get install libqt5x11extras5-dev
12
14
addons :
13
15
apt :
14
16
sources :
@@ -36,6 +38,8 @@ matrix:
36
38
services :
37
39
- xvfb
38
40
compiler : gcc
41
+ before_install :
42
+ - sudo apt-get install libqt5x11extras5-dev
39
43
addons :
40
44
apt :
41
45
sources :
@@ -68,6 +72,8 @@ matrix:
68
72
- xvfb
69
73
compiler : gcc
70
74
addons :
75
+ before_install :
76
+ - sudo apt-get install libqt5x11extras5-dev
71
77
apt :
72
78
sources :
73
79
- ubuntu-toolchain-r-test
@@ -98,6 +104,8 @@ matrix:
98
104
services :
99
105
- xvfb
100
106
compiler : gcc
107
+ before_install :
108
+ - sudo apt-get install libqt5x11extras5-dev
101
109
addons :
102
110
apt :
103
111
sources :
@@ -135,6 +143,8 @@ matrix:
135
143
services :
136
144
- xvfb
137
145
compiler : gcc
146
+ before_install :
147
+ - sudo apt-get install libqt5x11extras5-dev
138
148
addons :
139
149
apt :
140
150
sources :
You can’t perform that action at this time.
0 commit comments