Skip to content

Commit 967963f

Browse files
author
Alexis Lopez Zubieta
committed
Use beineri Qt ppa
1 parent 3138d13 commit 967963f

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@ notifications:
77

88
addons:
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

2122
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
2227
- bash -xe build_appimages.sh
2328

2429
after_success:

QtQuickControls2Application/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.1.0)
1+
cmake_minimum_required(VERSION 2.8.0)
22

33
project(QtQuickControls2Application)
44

0 commit comments

Comments
 (0)