summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-051-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-241-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Use common rules for build and install documentation and translations.Slávek Banko2021-07-221-2/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Copy translation files to new translations folder.Michele Calgaro2020-10-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop automake build support.gregory guy2020-09-301-7/+7
| | | | | | | | | | | | | Add basic cmake build instructions. Delete empty folder templates. Delete rpm stuff (kshowmail.spec and build-kshowmail folder). Rework of the README and AUTHORS files. Add BUGS file. Move the kshowmail.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Some cosmetics. Signed-off-by: gregory guy <[email protected]>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-05-051-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* conversion to the cmake building systemgregory guy2019-05-031-0/+80
Signed-off-by: gregory guy <[email protected]>