summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use centralized cmake versionMichele Calgaro2024-03-171-6/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit de351e3204908ceeda093babe1b7dff13c71ee7d)
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-101-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 47bbf3d7072c350ddda2ab0463ae567a46f62a9d)
* Copy translations to a new directory layout.Slávek Banko2022-12-101-1/+1
| | | | | | Added translations of .desktop files. Signed-off-by: Slávek Banko <[email protected]>
* Use TDE cmake macro to set versionMichele Calgaro2022-06-251-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]>
* Enforce the use of TQt with STL only where it is necessary.Slávek Banko2022-03-181-1/+1
| | | | | | The definition of -UTQT_NO_STL is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2022-03-181-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* Replace the use of the old API TQString::data().Slávek Banko2022-03-181-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 system.Slávek Banko2022-03-181-0/+92
Signed-off-by: Slávek Banko <[email protected]>