install:
- sudo apt-get update
- sudo apt-get install qt4-dev qt4-qmake
script:
- qmake -project
- qmake libzelda.pro
- make