summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-111-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 80b7eada49396f5c06cdab596b0c2e6b74eb4bb5)
* Copy translations to a new directory layout.Slávek Banko2022-11-141-1/+1
| | | | | | Use common rules for build and install translations. Signed-off-by: Slávek Banko <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-221-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]>
* 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]>
* Change welcomeMsg from TQString to const char* and use I18N_NOOP.Slávek Banko2019-03-021-1/+1
| | | | | | | This resolves FTBFS with TQT_NO_ASCII_CAST and ensure that the string will be added to the translation template. Signed-off-by: Slávek Banko <[email protected]>
* conversion to the cmake building systemgregory guy2019-03-021-0/+79
Signed-off-by: gregory guy <[email protected]>