mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
12 lines
333 B
C
12 lines
333 B
C
/* This file is autogenerated by CMake via the macro KDE4_CREATE_EXPORTS_HEADER().
|
|
* Don't edit, changes will be lost.
|
|
*/
|
|
|
|
#include <kdemacros.h>
|
|
#ifndef ${_libNameUpperCase}_EXPORT
|
|
# ifdef ${_libName}_EXPORTS
|
|
# define ${_libNameUpperCase}_EXPORT KDE_EXPORT
|
|
# else
|
|
# define ${_libNameUpperCase}_EXPORT KDE_IMPORT
|
|
# endif
|
|
#endif
|