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