summaryrefslogtreecommitdiffstats
path: root/core/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directoriesaneejit12022-05-031-0/+1
| | | | | | | | Add the library paths for the glib/gobject libraries to the list of link_directories in the CMakeLists.txt files for core, gui, and agent subdirectories to cater for glib not being in /usr. Signed-off-by: aneejit1 <[email protected]>
* Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now ↵Michele Calgaro2022-01-281-1/+0
| | | | | | enabled at TDE project level. Signed-off-by: Michele Calgaro <[email protected]>
* CMake rules adjustments:Slávek Banko2022-01-041-3/+4
| | | | | | | | | | | | | + 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 <[email protected]>
* Add CXX_FEATURES for libraries to ensure build with at least C++11.Slávek Banko2022-01-041-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Updated documentation and clean up.Michele Calgaro2021-12-091-5/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Conversion of 'agent' library module.Michele Calgaro2021-11-161-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* More PolkitTQt1 -> PolkitTQt renaming.Michele Calgaro2021-11-121-5/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Completed conversion of 'core' library module.Michele Calgaro2021-11-101-17/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* More conversion polkitqt1 -> polkit-tqt.Michele Calgaro2021-11-051-27/+26
| | | | | | Started conversion of 'core' library module. Signed-off-by: Michele Calgaro <[email protected]>
* Updated cmake files to allow building the package, although it is just aMichele Calgaro2021-11-011-22/+55
| | | | | | dummy package (not functional). Signed-off-by: Michele Calgaro <[email protected]>
* More Qt->TQt conversion and some clean up.Michele Calgaro2021-10-311-16/+16
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Initial import from polkit-qt-1 debian snapshot archive.Michele Calgaro2021-10-301-0/+31
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <[email protected]>