summaryrefslogtreecommitdiffstats
path: root/examples/agent/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake rules adjustments:Slávek Banko2022-01-041-3/+1
| | | | | | | | | | | | | + Use the usual TDESetupPaths macros. + Install libraries according to multi-arch rules. + Use `install( DIRECTORY ... )` for headers in CXX style. + Remove linking unused variables ${..._MOCS}. + Remove linking for indirectly used libraries. + Use private linking for exported CMake targets. + Add the installation of exported CMake targets. + Use keyword TEST for tde_add_check_executable. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Converted agent example code.Michele Calgaro2021-12-091-15/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-311-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import from polkit-qt-1 debian snapshot archive.Michele Calgaro2021-10-301-0/+24
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>