summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use TDE cmake macro to set versionr14.1.0Michele Calgaro2022-06-261-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 translations.Slávek Banko2021-07-291-2/+5
| | | | | | | Change documentation path to tdeioslave/apt. Change CMake project name to tdeio_apt. 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]>
* Move translations to a new directory layout.Slávek Banko2020-03-241-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop automake build support.gregory guy2020-03-241-2/+2
| | | | | | | | | | Add basic cmake build instructions. Delete empty files TODO and NEWS. Delete the folder templates. Rework of the README file. Add the "MODULE" directive to the plugin build. Signed-off-by: gregory guy <[email protected]>
* Use common CMake tests.Slávek Banko2019-02-141-0/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Change from TQRegExp::match to TQRegExp::search.Slávek Banko2019-01-011-1/+1
| | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* conversion to the cmake building systemgregory guy2019-01-011-0/+76
Signed-off-by: gregory guy <[email protected]>