Add libGL for linker

This commit is contained in:
Aditya Kulkarni
2019-09-27 10:39:47 -07:00
parent 5cff40c63e
commit 864651247c

View File

@@ -11,7 +11,7 @@ matrix:
before_install:
- sudo add-apt-repository ppa:beineri/opt-qt591-xenial -y
- sudo apt-get update -qq
- sudo apt-get install qt59base qt59websockets
- sudo apt-get install qt59base qt59websockets libgl1-mesa-dev
- source /opt/qt59/bin/qt59-env.sh
script: