summaryrefslogtreecommitdiff
path: root/modules/qt5.py
AgeCommit message (Expand)Author
2015-10-26Parse contents of gresource xml and add deps manually. A bit of a hack but ne...Jussi Pakkanen
2015-05-05Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to plai...Jussi Pakkanen
2015-05-05Qrc resources should be relative to the .qrc file and not the meson.build one...Jussi Pakkanen
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen
2015-03-09Crossing.Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen