Skip to content
Snippets Groups Projects
Commit 5fed714a authored by inso's avatar inso
Browse files

QtWebKit

parent b9d323ba
Branches
Tags
No related merge requests found
...@@ -12,8 +12,8 @@ then ...@@ -12,8 +12,8 @@ then
elif [ $TRAVIS_OS_NAME == "linux" ] elif [ $TRAVIS_OS_NAME == "linux" ]
then then
wget https://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-linux-x64-5.5.1.run wget https://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-linux-x64-5.5.1.run
chmod +x qt-unified-linux-x64-online.run chmod +x qt-opensource-linux-x64-5.5.1.run
./qt-unified-linux-x64-online.run --script qt-installer-non-interactive.qs ./qt-opensource-linux-x64-5.5.1.run --script qt-installer-non-interactive.qs
sudo apt-get update sudo apt-get update
sudo apt-get install -qq -y libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 \ sudo apt-get install -qq -y libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 \
libxcb-image0-dev libxcb-shm0 libxcb-shm0-dev libxcb-icccm4 libxcb-icccm4-dev \ libxcb-image0-dev libxcb-shm0 libxcb-shm0-dev libxcb-icccm4 libxcb-icccm4-dev \
...@@ -66,6 +66,7 @@ then ...@@ -66,6 +66,7 @@ then
--enable QtWidgets \ --enable QtWidgets \
--enable QtGui \ --enable QtGui \
--enable QtSvg \ --enable QtSvg \
--enable QtWebKit \
--enable QtWebKitWidgets \ --enable QtWebKitWidgets \
--enable QtNetwork \ --enable QtNetwork \
--enable QtTest --enable QtTest
...@@ -76,6 +77,7 @@ then ...@@ -76,6 +77,7 @@ then
--enable QtWidgets \ --enable QtWidgets \
--enable QtGui \ --enable QtGui \
--enable QtSvg \ --enable QtSvg \
--enable QtWebKit \
--enable QtWebKitWidgets \ --enable QtWebKitWidgets \
--enable QtNetwork \ --enable QtNetwork \
--enable QtTest --enable QtTest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment