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
- Host: GitHub
- URL: https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_qt5
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2016-04-10T07:46:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-28T07:58:04.000Z (over 8 years ago)
- Last Synced: 2025-02-28T08:45:02.263Z (7 months ago)
- Topics: cpp14, example, gcc, minimal, qmake, qt5, travis-ci
- Language: C++
- Homepage: https://github.com/richelbilderbeek/travis_cpp_tutorial
- Size: 21.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travis_qmake_gcc_cpp14_qt5
Branch|[](https://travis-ci.org)
---|---
master|[](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_qt5)
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 fileMore 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)