POSIX shell.
This commit is contained in:
parent
823d2ce75b
commit
09cbb25ad7
@ -4,10 +4,11 @@ if test "$TRAVIS_OS_NAME" = "osx"; then
|
||||
# Mac OS X.
|
||||
brew update
|
||||
brew install qt5
|
||||
brew link --force qt5
|
||||
else
|
||||
# Linux.
|
||||
sudo add-apt-repository ppa:beineri/opt-qt57-trusty -y
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install qt57tools qt57base qt57webengine
|
||||
. /opt/qt57/bin/qt57-env.sh
|
||||
bash /opt/qt57/bin/qt57-env.sh
|
||||
fi
|
@ -24,6 +24,7 @@
|
||||
#include <QDebug>
|
||||
#include <QThreadPool>
|
||||
#include <QMutexLocker>
|
||||
#include <QString>
|
||||
|
||||
|
||||
FeedDownloader::FeedDownloader(QObject *parent)
|
||||
|
Loading…
x
Reference in New Issue
Block a user