summaryrefslogtreecommitdiff
path: root/docs/markdown/Qt5-module.md
AgeCommit message (Collapse)Author
2021-06-15docs: Use an include for the qt modulesDylan Baker
Insteadf of qt4 referencing the Qt5 page, include the same content in both.
2021-06-15docs: update qt module documentation with types and new filesDylan Baker
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker
2021-06-15docs/qt: document all of the arguments of the preprocess functionDylan Baker
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz
Fixes #7925
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz
A common pattern in Qt5 applications is to embed translations in the executable using the qresource system. In this case, the list of translation files is already available in the .qrc file and there's no good reason to duplicate this info in meson.build. Let compile_translations optionally take a qrc input, in which case it will go straight to generating the relevant translations and rcc-generated .cpp, and directly return the thing users actually care about -- the .cpp for linking.
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2020-03-08qt5: Add has_tools() methodXavier Claessens
2018-10-24module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)xiannox
2018-09-28 Add support for uic_extra_arguments to qt5 (#4178)Salamandar
2018-09-17[skip ci] Add some documentation for PR #3998Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-05-31Mention private_headers keyword in Qt dependency documentation [skip ci]Jon Turney
Also, put discussion of Qt dependencies *before* the example in the Qt5 module documentation.
2018-05-27[Qt module] private_headers kwarg documentation reformulationAlexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-04-30Added Added Qt's private header support with pkg-configAlexis Jeandet
Just use the same approach than qmake to generate private headers path Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-04-28[Qt module] Privates headers: added documentationAlexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-11-23[Qt module] Updated Dokerfile, added since 0.44 mention in docAlexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet
- Added a new compile_translations method since preprocess was already quite full and translations compilation is quite different from ui, qrc, cpp files preprocessing. - Updated translation. - Updated test case. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-10-27documentation: adds new keyword usage to the given example.Leif Middelschulte
2017-10-27adds "since"-note for the new keyword to the documentationLeif Middelschulte
2017-10-27updates the documentation to follow the list-style to explain arguments.Leif Middelschulte
As per to @jon-turney's and @jpakanne's suggestion [0], this commit changes the "prosa" documentation to a list-style one. [0] https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72265697
2017-10-25Qt5-Module: Add `moc_extra_arguments` keyword support.Leif Middelschulte
This commit adds support for an additional `moc_extra_arguments` keyword. It becomes especially handy, when `moc`-ed sources conditionally provide `slots`, depending on compile time macros (i.e. defines).
2017-10-01Added include directory argument for Qt's Moc which is needed to build plugins.Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen
2017-06-22Improve the example by explaining modules (#1981)philtherobot
* Improve the example by explaining modules * Refer to Qt documentation for its list of modules * Add a sweet link to Qt's doc.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.