try travis build with qtcreator installed

This commit is contained in:
asquelt 2017-04-04 14:10:32 +02:00
parent 2d5749a78c
commit f45d439094
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*~
/build/
/build32/
/build64/

View File

@ -38,7 +38,7 @@ sudo apt-get install -y \
qtbase5-dev
# qtwebsockets deps
sudo apt-get install -y qt5-qmake
sudo apt-get install -y qt5-qmake qtcreator
# obs-websocket deps
cd ..
@ -58,4 +58,4 @@ cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
make -j4
sudo make install
sudo ldconfig
sudo ldconfig