You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
polkit-tqt/examples/agent
Slávek Banko 2971f209db
CMake rules adjustments:
+ 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>
4 years ago
..
CMakeLists.txt CMake rules adjustments: 4 years ago
main.cpp Converted agent example code. 4 years ago
pkagentexample.cpp Converted agent example code. 4 years ago
pkagentexample.h Converted agent example code. 4 years ago
tqtlistener.cpp Use the formatted strings instead of joining the message. 4 years ago
tqtlistener.h Code improvements based on c++11 standard (ranged for loops and nullptr). 4 years ago