Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add CMake build system | Damien Caliste | 2024-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Adjust source code where necessary like: - #include <private/...> cannot be used since private is the installation path, but not the path used in the sources, - fix map definition in qmailservice.xml, - had to add #include <qmailstore.h> to qmailserviceaction.h since qt_add_dbus_adaptor can only include one header, - add a method using QDBusVariant in ServiceHandler so the adaptor can call it. Change-Id: Idbecf4214dffdf523ccd8558370e8d2854b5d99a Reviewed-by: Pekka Vuorela <pvuorela@iki.fi> | ||||
* | Compile with GCC 6 -Werror=zero-as-null-pointer-constant | Chris Adams | 2018-07-19 | 1 | -1/+1 |
| | | | | | Change-Id: I67eb29e13c5e643ee2f58a0696400e085999c01c Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au> | ||||
* | Update licensing to match latest approach in QtCore. | Robin Burchell | 2015-08-28 | 1 | -22/+14 |
| | | | | | Change-Id: Icce55517963f0cbc35211e9fc6f1a0fc413f5676 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> | ||||
* | Restore compilation of qtmail example. | Robin Burchell | 2014-02-03 | 1 | -0/+101 |
Change-Id: Id59253e1d121ab0dfcdb59f7018b897f6c1df086 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> |