summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9aca1a02560b3cfa4790bea5cdaafbb95ce372ff)
* Update version number to R14.0.12.Slávek Banko2021-11-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use common rules for build and install documentation and translations.Slávek Banko2021-08-011-2/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cff81ff3e7d0bf2da89141f72a59284c9d669ce9)
* Update version number to R14.0.11.Slávek Banko2021-05-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e4502c0cda143af92de935937f5f4708e2e90a43)
* Update version number to R14.0.10.Slávek Banko2020-11-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update release version number to R14.0.9.Michele Calgaro2020-05-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move translations to a new directory layout.Slávek Banko2020-05-021-1/+1
| | | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3053c631c20b20dcb4a74849aaa6f5bd4be3a9ce)
* Update version number for R14.0.8 final release.r14.0.8Slávek Banko2020-04-111-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop automake build support.gregory guy2020-01-261-5/+5
| | | | | | | | | | | | | | | Add basic cmake build instructions. Delete LEEME, LIESMICH and LISEZMOI files. Delete empty file NEWS. Rework of the FAQ, INSTALL and README files. Add detection for the lm-sensors and math libc libraries. Move the ksensors.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Add French description and comments in the ksensors.desktop file. Some cosmetics here and there. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit e383a9d6aecec8ed53d1a0f3ce804f1ce550476f)
* Update version number for R14.0.7 final release.Slávek Banko2019-12-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Updated VERSION reference to R14.0.6 in CMakeLists.txtMichele Calgaro2019-03-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use common CMake tests.Slávek Banko2019-02-131-0/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit adb500eef797c001db250408d4002bf15c260212)
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-181-2/+2
| | | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it> (cherry picked from commit 3775f77a2ebb39772b60d82ab930d239afd9a162)
* Remove autoResize from CheckAllSensors check boxSlávek Banko2018-10-151-1/+1
| | | | | | | The definition of -UTQT_NO_COMPAT is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5f63794da4fe4e353cb06da1358c62b913cdd9d1)
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2018-10-151-1/+1
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit c81da919962b29705e21d26f8cfecfae2f50041f)
* convert to cmake building systemgregory guy2018-10-151-0/+77
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 9d6905151acf632ad6be7d4294166653e355720a)