summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Separate WITH_TSAK and BUILD_TSAK flagsfeat/separate-tsakAlexander Golubev2025-08-231-1/+1
| | | | | | | | | | | | | | | | | | As for now BUILD_TSAK was used as both: a flag for building the `tsak` binary and to enable/disable tsak support in tdm/kdesktop. The problem is it creates problem with split build (when each sub-package is built independently): if `tsak` is built as a separate package there is no way to enable/disable support for it when building `kdesktop`/`tdm` without also triggerin the build of `tsak` itself. Besides this issue it just violates convention that BUILD_* flags do not conditionally enable functionality in other packages. This commit separates this logic into two different flags: BUILD_TSAK for building the tsak binary and WITH_TSAK for adding support for it to kdesktop and/or tdm. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use TDESimpleConfigMichele Calgaro2025-07-121-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-271-29/+29
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-071-0/+563
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>