This repository has been archived by the owner on May 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* try using qt brew package, add info qt command * use brew link * Revert "use brew link" This reverts commit d91c942. * use brew prefix to set qtpath * check what prefix qt prints * use qtdir once again * drop failing ppa installations * use plain wget * Revert "use plain wget" This reverts commit 3d9a14e. * revert changes, try using bionic * try using xenial * Revert "try using xenial" This reverts commit 8f6892f. * add mesa-common-dev * add qt5-default to get needed libs * use xenial as it got close; try using newer appimage * openjdk 8 * linuxdeployqt version * add libgstreamer-plugins-base1.0-0 * disable apk creation for now
- Loading branch information
1 parent
f8a2b57
commit f2a2c40
Showing
6 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
cat << EOM > ci/osx.env | ||
export QTDIR=$(brew info --json=v1 qt | jq -r '.[0].bottle.stable.cellar + "/" + .[0].name + "/" + .[0].installed[0].version') | ||
export QTDIR=$(brew --prefix qt) | ||
export PATH=$QTDIR/bin:$PATH | ||
EOM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters