Qt 5.8
This commit is contained in:
+4
-4
@@ -5,7 +5,7 @@ dist: trusty
|
|||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty
|
- sudo add-apt-repository --yes ppa:beineri/opt-qt58-trusty
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- git clone https://github.com/NixOS/patchelf.git
|
- git clone https://github.com/NixOS/patchelf.git
|
||||||
- cd patchelf
|
- cd patchelf
|
||||||
@@ -18,11 +18,11 @@ before_install:
|
|||||||
- sudo chmod a+x /usr/local/bin/appimagetool
|
- sudo chmod a+x /usr/local/bin/appimagetool
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y install qt57base binutils
|
- sudo apt-get -y install qt58base binutils
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- source /opt/qt57/bin/qt57-env.sh
|
- source /opt/qt*/bin/qt*-env.sh
|
||||||
- /opt/qt57/bin/qmake linuxdeployqt.pro
|
- /opt/qt*/bin/qmake linuxdeployqt.pro
|
||||||
- make -j7
|
- make -j7
|
||||||
- mkdir -p linuxdeployqt.AppDir/usr/bin/
|
- mkdir -p linuxdeployqt.AppDir/usr/bin/
|
||||||
- cp /usr/local/bin/patchelf linuxdeployqt.AppDir/usr/bin/
|
- cp /usr/local/bin/patchelf linuxdeployqt.AppDir/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user