summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)Author
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet
2018-04-04[Qt module] More qrc fixesAlexis Jeandet
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet
2018-03-30[Qt module] add some logic to detect if resources are in build dirAlexis Jeandet
2018-03-26[Qt module] Add File object support for generated or not qrc filesAlexis Jeandet
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-20Fixed bugAlexis Jeandet
2017-11-28[Qt module] Added workaround for qt tools version detectionAlexis Jeandet
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet
2017-11-22[Qt module] Added lrelease detectionAlexis Jeandet
2017-11-22[Qt module] Few minor fixesAlexis Jeandet
2017-11-08Qt-Module: fix name option with multiple rcc filesMarkus Theil
2017-11-03Qt-Module: fix rcc `name` with Qt4Markus Theil
2017-11-03Qt5-Module: add `name` option to rccMarkus Theil
2017-10-31namespace run_targets by subprojectMartin Kelly
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte
2017-10-26removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte
2017-10-12Factorized Qt compilers version probing.Alexis Jeandet
2017-10-10Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet