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:
77
88addons :
99 apt :
10+ sources :
11+ - sourceline : ' ppa:beineri/opt-qt-5.10.1-trusty'
1012 update : true
1113 packages :
1214 - gcc
1315 - 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
1920 - cmake
2021
2122script :
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
2227- bash -xe build_appimages.sh
2328
2429after_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)
22
33project (QtQuickControls2Application)
44
You can’t perform that action at this time.
0 commit comments