|
|
|
@ -29,16 +29,14 @@
|
|
|
|
|
#include <tqptrlist.h>
|
|
|
|
|
#include <tqobject.h>
|
|
|
|
|
|
|
|
|
|
#ifdef Q_OS_WIN32
|
|
|
|
|
# ifndef TQCA_STATIC
|
|
|
|
|
# ifdef TQCA_MAKEDLL
|
|
|
|
|
#if defined(__KDE_HAVE_GCC_VISIBILITY) || defined(G_HAVE_GCC_VISIBILITY)
|
|
|
|
|
#define TQCA_NO_EXPORT __attribute__ ((visibility("hidden")))
|
|
|
|
|
#define TQCA_EXPORT __attribute__ ((visibility("default")))
|
|
|
|
|
#elif defined(_WIN32)
|
|
|
|
|
#define TQCA_NO_EXPORT
|
|
|
|
|
#define TQCA_EXPORT __declspec(dllexport)
|
|
|
|
|
#else
|
|
|
|
|
# define TQCA_EXPORT __declspec(dllimport)
|
|
|
|
|
# endif
|
|
|
|
|
# endif
|
|
|
|
|
#endif
|
|
|
|
|
#ifndef TQCA_EXPORT
|
|
|
|
|
#define TQCA_NO_EXPORT
|
|
|
|
|
#define TQCA_EXPORT
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|