aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/qt.py
AgeCommit message (Expand)AuthorFilesLines
13 daysMove OptionKey in the option source file.Jussi Pakkanen1-2/+3
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen1-1/+1
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen1-2/+2
2024-02-12override subclass attribute type when we know it is not NoneEli Schwartz1-0/+2
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-13/+2
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens1-7/+7
2023-09-08dependencies: fix crash in Qt if private_headers dir not foundEli Schwartz1-1/+1
2023-09-08Override config-tool get_variable args for qmakeNirbheek Chauhan1-0/+3
2023-06-26dependencies: switch the delayed-import mechanism for custom dependenciesEli Schwartz1-3/+4
2023-06-08dependencies/qt: add support for Qt frameworks referencing includes in includ...Matthew Waters1-2/+5
2023-05-23qt: Allow specifying separate tools for qt4/5/6Nirbheek Chauhan1-1/+1
2023-04-11fix various spelling issuesJosh Soref1-2/+2
2023-02-01treewide: add future annotations importEli Schwartz1-0/+1
2022-11-29Fix crash when toolchain is missingSmallWood-D1-1/+2
2022-10-06Add handling Qt6's EntryPoint library.Hagen Möbius1-9/+18
2022-08-09dependencies: reject Qt6 pkg-config dependency if libexecdir is not knownEli Schwartz1-0/+7
2022-08-09qt: fix qt 6 tools detection for pkg-configKonstantin1-1/+21
2022-04-12qt dependency: adapt to the qmake command changed nameEli Schwartz1-1/+1
2022-04-12qt dependency: find the correct -qtX configtool nameEli Schwartz1-1/+2
2022-04-12Add support for Qt 6.1+John Lindgren1-0/+9
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-2/+2
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker1-6/+6
2021-11-01various manual conversion of percent-formatted strings to f-stringsEli Schwartz1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-3/+3
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-5/+5
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker1-140/+157
2021-03-22qt: move compilers_detect to the qt moduleDylan Baker1-53/+1
2021-03-22dependencies/qt: Split _get_modules_lib_suffix out of the classDylan Baker1-29/+32
2021-03-22dependencies/qt: split get_qmake_host_bins into a free functionDylan Baker1-10/+11
2021-03-22dependencies/qt: Add type annotationsDylan Baker1-50/+71
2021-03-22dependencies: split qt out of the ui moduleDylan Baker1-0/+448