richelbilderbeek / travis_qmake_gcc_cpp14_qt5

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

Home Page:https://github.com/richelbilderbeek/travis_cpp_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travis_qmake_gcc_cpp14_qt5

Branch Travis CI logo
master Build Status
develop Build Status

This GitHub is part of the Travis C++ 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:

Less complex builds:

About

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

https://github.com/richelbilderbeek/travis_cpp_tutorial

License:GNU General Public License v3.0


Languages

Language:C++ 63.7%Language:QMake 36.3%