aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/qt.py
AgeCommit message (Expand)AuthorFilesLines
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