index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
frameworks
/
4 qt
/
meson.build
Age
Commit message (
Expand
)
Author
2024-09-24
qt module: allow has_tools to specify which tools to check
Pierre Lamot
2024-04-10
Document a probable cause for test failures.
Jussi Pakkanen
2024-02-12
qt: add preserve_paths keyword to functions
Charles Brunet
2023-09-08
Override config-tool get_variable args for qmake
Nirbheek Chauhan
2023-09-06
qt module: add include_directories to moc compile
Charles Brunet
2023-05-23
qt: Allow specifying separate tools for qt4/5/6
Nirbheek Chauhan
2023-04-11
fix various spelling issues
Josh Soref
2022-11-17
tests: fix qt project test when running with qt4
Eli Schwartz
2022-04-12
tests: fix incomplete Qt 6 support
Stefan Hajnoczi
2021-09-29
unittests: Make qt test work if multiple versions of qt installed
makise-homura
2021-09-10
add test case for qrc translations
Eli Schwartz
2021-08-15
editorconfig: add setting to trim trailing whitespace
Eli Schwartz
2021-06-18
modules/qt: use append rather than extend in preprocess
Dylan Baker
2021-06-15
modules/qt: Add a compile_moc method
Dylan Baker
2021-06-15
modules/qt: Add a compile_ui method
Dylan Baker
2021-06-15
modules/qt: Add a `compile_resources` method
Dylan Baker
2021-02-07
Add Qt6 module
Luca Weiss
2020-03-08
qt5: Add has_tools() method
Xavier Claessens
2020-01-18
Fix 'qt4test' test executable when only Qt4 is present
Jon Turney
2020-01-18
Make the 'framework/4 qt' test more flexible
Jon Turney
2018-10-24
module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)
xiannox
2018-09-10
Qt: add main argument to Qt dependency object to link with qtmain library on ...
Alexey Rochev
2018-09-03
Qt: Allow passing dependency objects to preprocess method (#3470, #3875)
Alexey Rochev
2018-08-26
Tests for version constraints on custom lookup dependencies
Jon Turney
2018-04-28
[Qt module] Privates headers: Implemented private_headers option
Alexis Jeandet
2018-03-26
[Qt module] Add File object support for generated or not qrc files
Alexis Jeandet
2018-02-21
Skip test cases/frameworks/4 qt if Qt5 not found
Jon Turney
2018-01-20
Added failing test case
Alexis Jeandet
2017-11-23
[Qt module] Added translation files compilation method
Alexis Jeandet
2017-11-09
tests: fix qt unity build
Markus Theil
2017-11-08
tests: adapted Qt test for multiple rcc files
Markus Theil
2017-10-25
extends test case to fail if macro is undefined durcing preprocessing
Leif Middelschulte
2017-10-12
Fixes Qt4 plugin build and mixed Qt4/Qt5 tests builds.
Alexis Jeandet
2017-10-01
Added include directory argument for Qt's Moc which is needed to build plugins.
Alexis Jeandet
2017-06-10
tests: Increase dependencies coverage a bit more
Nirbheek Chauhan
2017-04-09
Add an option to dependencies called 'method'. This can be used to
Aaron Small
2017-01-21
tests/4 qt: Force the use of -std=c++11
Nirbheek Chauhan
2016-12-18
Qt: Allow passing a name arg to preprocess()
Nirbheek Chauhan
2016-11-13
tests/4 qt: Test that invalid modules are not found
Nirbheek Chauhan
2016-11-13
tests/4 qt: Don't search for QtWidgets with Qt4
Nirbheek Chauhan
2016-11-11
tests: Remove outdated qt4 manual test and rename qt5 automated test
Nirbheek Chauhan