summaryrefslogtreecommitdiff
path: root/test cases/frameworks/4 qt/q5core.cpp
AgeCommit message (Collapse)Author
2020-01-18Fix 'qt4test' test executable when only Qt4 is presentJon Turney
This always tries to load a 'qt5core_fr' translation file, when it is actually named 'qtNcore_fr'(where N is the qt version).
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet
- Added a new compile_translations method since preprocess was already quite full and translations compilation is quite different from ui, qrc, cpp files preprocessing. - Updated translation. - Updated test case. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2016-11-11tests: Remove outdated qt4 manual test and rename qt5 automated testNirbheek Chauhan
qt5 framework test now also tests qt4, and will test qt6 if/when it comes out.