An open API service indexing awesome lists of open source software.

https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt5

Minimal project that uses qmake, GCC, C++14, Qt5 and is tested by Travis CI
https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt5

cpp14 example gcc minimal qmake qt5 travis-ci

Last synced: 7 months ago
JSON representation

Minimal project that uses qmake, GCC, C++14, Qt5 and is tested by Travis CI

Awesome Lists containing this project

README

          

# travis_qmake_gcc_cpp14_qt5

Branch|[![Travis CI logo](TravisCI.png)](https://travis-ci.org)
---|---
master|[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_qt5.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_qt5)
develop|[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_qt5.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/)

This GitHub is part of [the Travis C++ Tutorial](https://github.com/richelbilderbeek/travis_cpp_tutorial).

The goal of this project is to have a clean Travis CI build, with specs:
* Build system: `qmake`
* C++ compiler: `gcc`
* C++ version: `C++14`
* Libraries: `STL` and `Qt` (using Qt5)
* Code coverage: none
* Source: QDialog with Qt resource file

More complex builds:
* Add OCLint: [travis_qmake_gcc_cpp14_qt5_oclint](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt5_oclint)
* Add QTest: [travis_qmake_gcc_cpp14_qt5_qtest](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt5_qtest)
* Add QtSvg: [travis_qmake_gcc_cpp14_qt5_qtsvg](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt5_qtsvg)

Less complex builds:
* STL only: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14)
* C++11: [travis_qmake_gcc_cpp11_qt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp11_qt)
* C++98: [travis_qmake_gcc_cpp98_qt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98_qt)
* Qt4: [travis_qmake_gcc_cpp14_qt4](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt4)