summaryrefslogtreecommitdiff
path: root/examples/qt/ExampleTestCases.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove the qt test runner that depends on ancient qtMarkus Mohrhard2017-04-131-42/+0
|
* we no longer need a wrapper for the smart pointer caseMarkus Mohrhard2016-12-151-3/+3
|
* add a flag for adding optional featuresMarkus Mohrhard2015-11-071-2/+3
| | | | | | These features will switch the used C++ version from C++03 to C++11. We are also going to use std::unique_ptr instead of std::auto_ptr for the c++11 mode.
* removed divideByZero test as it cause crashes on some platforms.Baptiste Lepilleur2006-03-041-6/+0
|
* Examples/qt: integrated Ernst patch from qt examples.Baptiste Lepilleur2006-02-011-7/+11
|
* Integrated Ernst patch for QtTestRunner and Qt 3.Baptiste Lepilleur2005-12-121-0/+43
integrated Ernst patch for QtTestRunner and Qt 3.x. * upgrade QtTestRunner to Qt 3.x * enhanced qmake project files to handle multiple build configuration