blob: b972186477750b651852d0b2ae4249b3a68b4d26 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | /* 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
 |