summaryrefslogtreecommitdiff
path: root/test cases/frameworks/4 qt
AgeCommit message (Expand)Author
2024-09-24qt module: allow has_tools to specify which tools to checkPierre Lamot
2024-04-10Document a probable cause for test failures.Jussi Pakkanen
2024-03-17tests: rename skip_on_jobname to expect_skip_on_jobname and skip_on_os to exp...Christoph Reiter
2024-02-12qt: add preserve_paths keyword to functionsCharles Brunet
2023-09-08Override config-tool get_variable args for qmakeNirbheek Chauhan
2023-09-06qt module: add include_directories to moc compileCharles Brunet
2023-05-23qt: Allow specifying separate tools for qt4/5/6Nirbheek Chauhan
2023-04-11fix various spelling issuesJosh Soref
2022-11-17tests: fix qt project test when running with qt4Eli Schwartz
2022-04-12qt dependency: find the correct -qtX configtool nameEli Schwartz
2022-04-12tests: fix incomplete Qt 6 supportStefan Hajnoczi
2021-09-29unittests: Make qt test work if multiple versions of qt installedmakise-homura
2021-09-10add test case for qrc translationsEli Schwartz
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney
2021-07-07Annotate framework tests with where they are expected to skipJon Turney
2021-06-18modules/qt: use append rather than extend in preprocessDylan Baker
2021-06-15modules/qt: Add a compile_moc methodDylan Baker
2021-06-15modules/qt: Add a compile_ui methodDylan Baker
2021-06-15modules/qt: Add a `compile_resources` methodDylan Baker
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker
2021-02-07Add Qt6 moduleLuca Weiss
2020-03-08qt5: Add has_tools() methodXavier Claessens
2020-01-18Fix 'qt4test' test executable when only Qt4 is presentJon Turney
2020-01-18Make the 'framework/4 qt' test more flexibleJon Turney
2019-11-27tests: add clues to find missing private/qtobject_p.h [skip ci]Marc
2018-10-24module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)xiannox
2018-09-10Qt: add main argument to Qt dependency object to link with qtmain library on ...Alexey Rochev
2018-09-03Qt: Allow passing dependency objects to preprocess method (#3470, #3875)Alexey Rochev
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney
2018-08-15Kill tabs dead! For good!Jussi Pakkanen
2018-04-28Fixed private headers on OSX with framework stuffAlexis Jeandet
2018-04-28qconfig_p.h isn't available on OSX :(Alexis Jeandet
2018-04-28[Qt module] Privates headers: Implemented private_headers optionAlexis Jeandet
2018-04-28[Qt module] Privates headers: Added failing test caseAlexis Jeandet
2018-04-04[Qt module] More qrc fixesAlexis Jeandet
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet
2018-03-26[Qt module] Add File object support for generated or not qrc filesAlexis Jeandet
2018-02-21Skip test cases/frameworks/4 qt if Qt5 not foundJon Turney
2018-01-20Added failing test caseAlexis Jeandet
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet
2017-11-09tests: fix qt unity buildMarkus Theil
2017-11-08tests: adapted Qt test for multiple rcc filesMarkus Theil
2017-10-26fixes the extended test suite to work with qt5 **and** qt4.Leif Middelschulte
2017-10-25extends test case to fail if macro is undefined durcing preprocessingLeif Middelschulte
2017-10-12Fixes Qt4 plugin build and mixed Qt4/Qt5 tests builds.Alexis Jeandet
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet
2017-06-10tests: Increase dependencies coverage a bit moreNirbheek Chauhan
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small
2017-01-21tests/4 qt: Force the use of -std=c++11Nirbheek Chauhan