aboutsummaryrefslogtreecommitdiff
path: root/modules/qt5.py
AgeCommit message (Collapse)AuthorFilesLines
2016-01-15Organise files into a module structure.Jussi Pakkanen1-162/+0
2015-10-26Parse contents of gresource xml and add deps manually. A bit of a hack but ↵Jussi Pakkanen1-1/+1
necessary due to missing upstream functionality. Closes #298.
2015-05-05Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to ↵Jussi Pakkanen1-6/+6
plain moc). Closes #104.
2015-05-05Qrc resources should be relative to the .qrc file and not the meson.build ↵Jussi Pakkanen1-1/+2
one. Closes #105.
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen1-0/+23
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, ↵Jussi Pakkanen1-13/+2
so it is composable with e.g. gettext and flex modules (when they appear).
2015-03-09Crossing.Jussi Pakkanen1-1/+9
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen1-19/+39
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ↵Jussi Pakkanen1-0/+121
moc/uic/rrc are not generated yet.