diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-25 13:41:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-01-25 13:41:09 +0900 |
commit | b8225d27fca0564fda7f39b37d0e84b2654d2e49 (patch) | |
tree | 08b34df00db68a4bb60373f0fdf5c4f8ecaa0d36 /src/libtdeobex | |
parent | e274309d9293777aaaecebccaa29a339a05bd4f9 (diff) | |
download | tdebluez-b8225d27fca0564fda7f39b37d0e84b2654d2e49.tar.gz tdebluez-b8225d27fca0564fda7f39b37d0e84b2654d2e49.zip |
Updated cmake related code to TDE standard.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/libtdeobex')
-rw-r--r-- | src/libtdeobex/obexobjectmanagerImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtdeobex/obexobjectmanagerImpl.h b/src/libtdeobex/obexobjectmanagerImpl.h index 65ef978..db7f03c 100644 --- a/src/libtdeobex/obexobjectmanagerImpl.h +++ b/src/libtdeobex/obexobjectmanagerImpl.h @@ -41,7 +41,7 @@ namespace TDEObex #define DBUS_CONN_NAME "TDEBluezObex" -class ObexObjectManagerImpl: public org::freedesktop::DBus::ObjectManagerProxy +class KDE_EXPORT ObexObjectManagerImpl: public org::freedesktop::DBus::ObjectManagerProxy { Q_OBJECT |