travisqmakegcccpp98qt_ldtp
March 28, 2016 ยท View on GitHub
This GitHub is part of the Travis C++ Tutorial.
I could not get this to work. A working approach for testing Qt GUI classes is using QTest: travis_qmake_gcc_cpp98_qt_qtest.
The goal of this project is to have a clean Travis CI build, with specs:
- Build system:
qmake - C++ compiler:
gcc - C++ version:
C++98 - Libraries:
STLandQt - Code coverage: none
- GUI testing: LDTP
- Source: QDialog with Qt resource file
Less complex builds:
- STL only: travis_qmake_gcc_cpp98_ldtp
- No LDTP: travis_qmake_gcc_cpp98_qt
