mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
10 lines
123 B
YAML
10 lines
123 B
YAML
language: c++
|
|
|
|
install:
|
|
- sudo apt-get install libqt4-dev
|
|
|
|
script:
|
|
- lrelease gpxsee.pro
|
|
- qmake gpxsee.pro
|
|
- make
|