mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
16 lines
374 B
YAML
16 lines
374 B
YAML
# Build with Qt5
|
|
language:
|
|
- cpp
|
|
|
|
compiler:
|
|
- g++
|
|
|
|
before_install:
|
|
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
|
|
- sudo apt-get install -qq qt5-default qttools5-dev-tools
|
|
|
|
script:
|
|
- qmake -qt=qt5 -r build.pro
|
|
- make |