Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
b62dc791fb Update QtWebEngine te 1.8
When running with AppImage and on Ubuntu I'm getting the error that
QtWebEngine 1.7 is not installed, it seems that per default 1.8 is
installed nowadays.
2019-04-27 23:06:50 +02:00
40bd96cc12
Update .travis.yml 2019-03-29 07:51:52 +01:00
9c441ba034
Update .travis.yml 2019-03-28 22:51:36 +01:00
a3eb2d0cf0
Replace transfer.sh with file.io in travis script
transfer.sh is down so we need to find a new way of getting the image after it builds.
2019-03-28 21:07:35 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@ script:
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -bundle-non-qt-libs
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -qmldir=./qml/ -appimage
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- curl --upload-file ./FeedTheMonkey*.AppImage https://transfer.sh/FeedTheMonkey-git.$(git rev-parse --short HEAD)-x86_64.AppImage
- curl -F "file=@$(echo FeedTheMonkey*.AppImage)" https://file.io

View file

@ -17,7 +17,7 @@
* along with FeedTheMonkey. If not, see <http://www.gnu.org/licenses/>.
*/
import QtWebEngine 1.7
import QtWebEngine 1.8
import QtQuick 2.0
import QtQuick.Controls 1.3
import QtQuick.Layouts 1.1