Michele Calgaro
d1fcf13acd
Use TDE cmake macro to set version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 511a1ddc0f
)
2 years ago
aneejit1
b7557352a9
Add DBUS_TQT_LIBRARY_DIRS to the link_directories
...
Add the library paths for the dbus-1-tqt library to the list of
link_directories in the CMakeLists.txt files for the examples
subdirectory to cater for the library not being in /usr.
Signed-off-by: aneejit1 <aneejit1@gmail.com>
(cherry picked from commit 0ba61b9a6b
)
3 years ago
aneejit1
6c3c07ec7c
Add POLKIT_GOBJECT_LIBRARY_DIRS to the link_directories
...
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 <aneejit1@gmail.com>
(cherry picked from commit 89acf6a1fd
)
3 years ago
Slávek Banko
371a1fed23
Update version number to the upcoming R14.0.13.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
905c36bbd2
Removed setting of CXX_FEATURES at module level since CXX_FEATURES are now enabled at TDE project level.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fc35cfac16
)
3 years ago
Slávek Banko
7ccbd3b0cd
Use TQT_CMAKE_DIR for installation of exported CMake targets.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2f98b15156
)
3 years ago
Michele Calgaro
fe5767ba0a
Added project version for r14.0.x branch.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
2406c9c43c
Removed DEB files which will be moved to tde-packaging repo.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
7a0c2ce497
Removed empty line at the end of files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Slávek Banko
8204fa7445
DEB packaging: Install libraries according to multi-arch rules.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
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>
3 years ago
Slávek Banko
27ea6ede3c
Add '_p' into the names of private headers and do not install them.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
d47d7882d7
Add CXX_FEATURES for libraries to ensure build with at least C++11.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Slávek Banko
590a650916
Use the formatted strings instead of joining the message.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro
1f66032a83
Raise the minimum required version of CMake to 3.1.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
82b07f1a3c
Code improvements based on c++11 standard (ranged for loops and nullptr).
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
416bed9bc1
Updated documentation and clean up.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
855818127b
Converted agent example code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
7d1585c071
Converted first part of examples code.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
26fc60d303
Removed original test folder and add more manual tests.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
652c2aea23
Added test framework.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
1200d940ad
DEB: fixed building in clean chroot environment.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
5a4577efe2
Guarded g_object_ref/unref to avoid warning messages when the pointer is NULL.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
8b90718b72
Removed unnecessary cmake folder.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
a8e9f8dd80
Conversion of 'agent' library module.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
98b37ff3b1
Conversion of 'gui' library module.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
8f1d08da58
More PolkitTQt1 -> PolkitTQt renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
4606c91f4c
Completed conversion of 'core' library module.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
eb2210c944
More conversion polkitqt1 -> polkit-tqt.
...
Started conversion of 'core' library module.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
58baf01dab
Updated cmake files to allow building the package, although it is just a
...
dummy package (not functional).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
a811f9c0bc
DEB: updated packaging files to TDE standard.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
e8933e99b4
More Qt->TQt conversion and some clean up.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
e8494e60ef
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
Michele Calgaro
28de2ff84f
Initial import from polkit-qt-1 debian snapshot archive.
...
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago