dfaure added a comment.

  I found confirmation in cmake's Tests/RunCMake/GenerateExportHeader/reference/
  
    $ grep -r LIBSHARED_DEPRECATED\  . | grep -w define
    ./UNIX_DeprecatedOnly/libshared_export.h:#  define LIBSHARED_DEPRECATED 
__attribute__ ((__deprecated__))
    ./Win32-Clang/libshared_export.h:#  define LIBSHARED_DEPRECATED 
__attribute__ ((__deprecated__))
    ./Win32/libshared_export.h:#  define LIBSHARED_DEPRECATED 
__declspec(deprecated)
    ./UNIX/libshared_export.h:#  define LIBSHARED_DEPRECATED __attribute__ 
((__deprecated__))
    ./MinGW/libshared_export.h:#  define LIBSHARED_DEPRECATED __attribute__ 
((__deprecated__))

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D23789

To: kossebau
Cc: chehrlic, dfaure, cgiboudeaux, kde-frameworks-devel, kde-buildsystem, 
LeGast00n, GB_2, bencreasy, michaelh, ngraham, bruns

Reply via email to