/travis_qmake_gcc_cpp14_qt5

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

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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: