aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-01Add 0.44.0 featuresSalamandar1-0/+1
2018-06-01Add 0.40.0 featuresSalamandar1-1/+2
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet1-3/+5
2018-04-04[Qt module] More qrc fixesAlexis Jeandet1-8/+10
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet1-4/+4
2018-03-30[Qt module] add some logic to detect if resources are in build dirAlexis Jeandet1-1/+21
2018-03-26[Qt module] Add File object support for generated or not qrc filesAlexis Jeandet1-6/+14
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-20Fixed bugAlexis Jeandet1-1/+1
2017-11-28[Qt module] Added workaround for qt tools version detectionAlexis Jeandet1-1/+5
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet1-0/+18
2017-11-22[Qt module] Added lrelease detectionAlexis Jeandet1-3/+3
2017-11-22[Qt module] Few minor fixesAlexis Jeandet1-2/+2
2017-11-08Qt-Module: fix name option with multiple rcc filesMarkus Theil1-8/+16
2017-11-03Qt-Module: fix rcc `name` with Qt4Markus Theil1-1/+1
2017-11-03Qt5-Module: add `name` option to rccMarkus Theil1-1/+1
2017-10-31namespace run_targets by subprojectMartin Kelly1-1/+1
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte1-1/+1
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte1-5/+1
2017-10-26removes unnecessary if/else-statement as suggested by @jeandetLeif Middelschulte1-4/+1
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte1-5/+14
2017-10-12Factorized Qt compilers version probing.Alexis Jeandet1-44/+17
2017-10-10Factorized Qt4 and Qt5 modules in one base class.Alexis Jeandet1-0/+163