summaryrefslogtreecommitdiff
path: root/test cases/frameworks/4 qt/main.cpp
AgeCommit message (Collapse)Author
2021-09-10add test case for qrc translationsEli Schwartz
2019-11-27tests: add clues to find missing private/qtobject_p.h [skip ci]Marc
Finding all the dependencies missing from my Fedora system to run the whole test suite was relatively quick - except for this one.
2018-04-28Fixed private headers on OSX with framework stuffAlexis Jeandet
Removed Qt4 private headers test since it's hard to get Qt4 private headers installed on CI. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-04-28qconfig_p.h isn't available on OSX :(Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-04-28[Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet
This commit adds private_headers option in dependency method which tells QtDependency to add private headers include path to build flags. Since there is no easy way to do this with pkg-config only qmake method supports this, so with private_headers set qmake will always be used. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-04-28[Qt module] Privates headers: Added failing test caseAlexis Jeandet
Meson doesn't provides yet a convenient way to include private Qt headers Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-11-09tests: fix qt unity buildMarkus Theil
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
2017-11-08tests: adapted Qt test for multiple rcc filesMarkus Theil
Signed-off-by: Markus Theil <markus.theil@tu-ilmenau.de>
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.