summaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/qt.py
AgeCommit message (Expand)Author
2025-12-17Dependencies: Make use of the DependencyCandidate classDylan Baker
2025-12-17dependencies: stop passing "language" as a keyword argumentDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_libraryDylan Baker
2025-10-20dependencies: Add remaining internal arguments to Dependency classesDylan Baker
2025-10-20interpreter: port dependency version to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency private_headers to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency modules to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency method to typed_kwargsDylan Baker
2025-10-20interpreter: port dependency main to typed_kwargsDylan Baker
2025-10-20dependency: Use a TypedDict to describe the keyword arguments to DependencyDylan Baker
2025-07-13qt dependency: Don't insert backslashes into cflags on windowsNirbheek Chauhan
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
2024-02-12override subclass attribute type when we know it is not NoneEli Schwartz
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens
2023-09-08dependencies: fix crash in Qt if private_headers dir not foundEli Schwartz
2023-09-08Override config-tool get_variable args for qmakeNirbheek Chauhan
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz
2023-06-08dependencies/qt: add support for Qt frameworks referencing includes in includ...Matthew Waters
2023-05-23qt: Allow specifying separate tools for qt4/5/6Nirbheek Chauhan
2023-04-11fix various spelling issuesJosh Soref
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-29Fix crash when toolchain is missingSmallWood-D
2022-10-06Add handling Qt6's EntryPoint library.Hagen Möbius
2022-08-09dependencies: reject Qt6 pkg-config dependency if libexecdir is not knownEli Schwartz
2022-08-09qt: fix qt 6 tools detection for pkg-configKonstantin
2022-04-12qt dependency: adapt to the qmake command changed nameEli Schwartz
2022-04-12qt dependency: find the correct -qtX configtool nameEli Schwartz
2022-04-12Add support for Qt 6.1+John Lindgren
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker
2021-03-22qt: move compilers_detect to the qt moduleDylan Baker
2021-03-22dependencies/qt: Split _get_modules_lib_suffix out of the classDylan Baker
2021-03-22dependencies/qt: split get_qmake_host_bins into a free functionDylan Baker
2021-03-22dependencies/qt: Add type annotationsDylan Baker
2021-03-22dependencies: split qt out of the ui moduleDylan Baker