File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
QtQuickControls2Application Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,23 @@ notifications:
7
7
8
8
addons :
9
9
apt :
10
+ sources :
11
+ - sourceline : ' ppa:beineri/opt-qt-5.10.1-trusty'
10
12
update : true
11
13
packages :
12
14
- gcc
13
15
- g++
14
- - qt5-default
15
- - qtbase5-dev
16
- - qtdeclarative5-dev-tools
17
- - qtdeclarative5-dev
18
- - qtwebengine5-dev
16
+ - qt510-meta-minimal
17
+ - qt510declarative
18
+ - qt510webengine
19
+ - mesa-common-dev
19
20
- cmake
20
21
21
22
script :
23
+ - export QT_PREFIX=/opt/qt510/
24
+ - $QT_PREFIX/bin/qt510-env.sh
25
+ - export CMAKE_PREFIX_PATH=$QT_PREFIX/lib/cmake
26
+ - export QT_SELECT=qt5
22
27
- bash -xe build_appimages.sh
23
28
24
29
after_success :
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1 .0 )
1
+ cmake_minimum_required (VERSION 2.8 .0 )
2
2
3
3
project (QtQuickControls2Application )
4
4
You can’t perform that action at this time.
0 commit comments