summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt5.py
AgeCommit message (Expand)Author
2024-04-09modules: rename qt.py -> _qt.pyDylan Baker
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-01-10modules: fully type the Qt* modulesDylan Baker
2022-08-17modules: use module level information about new and deprecationDylan Baker
2020-07-13qt module: rcc supports depfiles now, given a recent enough version of Qt5Eli Schwartz
2020-07-05Don't make unactionable warnings fatalNirbheek Chauhan
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen
2017-10-10Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet
2017-09-21flake8: Clean up complained-about unused importsLuke Shumaker
2017-09-18Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.Alexis Jeandet
2017-06-26Fixed issues raised in review.Jussi Pakkanen
2017-06-26Fixed the remaining modules.Jussi Pakkanen
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan
2017-01-11style: [E502] the backslash is redundant between bracketsMike Sinkovsky
2017-01-09There are two different kinds of extensions: modules that create newJussi Pakkanen
2017-01-06Fix a few more modules.Jussi Pakkanen
2017-01-02style: fix E127 violationsIgor Gnatenko
2017-01-01style: fix E124 violationsIgor Gnatenko
2016-12-31Fix space before :.Jussi Pakkanen
2016-12-22Add Generator.process_files to reduce code duplication.Elliott Sales de Andrade
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-18Qt: Allow passing a name arg to preprocess()Nirbheek Chauhan
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-11-11qt4, qt5 modules: Improve moc/uic/rcc detectionNirbheek Chauhan
2016-11-11qt4/qt5: Print a message when moc/uic/rcc aren't foundNirbheek Chauhan
2016-11-08Implement mlog.warning and use it everywhere for warningsNirbheek Chauhan
2016-05-30Make sure outputs do not contain stray path segments.Jussi Pakkanen
2016-05-29Can have multiple Qt resource files in a single target. Closes #572.Jussi Pakkanen
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-01-31Text clarification.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen