summaryrefslogtreecommitdiffstats
path: root/src/libtdebluez
Commit message (Collapse)AuthorAgeFilesLines
* Remove detection of tqtqui libraryMichele Calgaro2024-10-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-034-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2024-03-261-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-051-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-203-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use find_package( TQtQUI ) to detect TQtQui library.Slávek Banko2023-04-242-42/+10
| | | | | | | Use tde_setup_dbus to detect and setup DBus. Cleanup unused macros. Signed-off-by: Slávek Banko <[email protected]>
* Add DBUS_TQT_LIBRARY_DIRS to link_directoriesSlávek Banko2023-04-091-0/+1
| | | | | | to avoid potential linker failure. Signed-off-by: Slávek Banko <[email protected]>
* i18n and some minor correctionsEmanoil Kotsev2023-03-202-34/+35
| | | | Signed-off-by: Emanoil Kotsev <[email protected]>
* Take advantage of automoc support for generated files.Slávek Banko2023-03-071-25/+6
| | | | | | Macro make_moc and its explicit calls is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* Updated cmake related code to TDE standard.Michele Calgaro2023-01-254-4/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Based on KDE3 bluez4 version a TDE bluez5 version was createdEmanoil Kotsev2023-01-1412-0/+1706
Signed-off-by: Emanoil Kotsev <[email protected]>