|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
34# undef NDEVR_DATABASE_API
39# ifdef NDEVR_DATABASE_BUILD_DLL_EXPORT
40# define NDEVR_DATABASE_API __declspec(dllexport)
41# pragma warning (disable : 4251)
47# elif !(defined NDEVR_STATIC_BUILD)
48# define NDEVR_DATABASE_API __declspec(dllimport)
50# define NDEVR_DATABASE_API
54#include <QtCore/QtGlobal>
55# ifdef NDEVR_DATABASE_BUILD_DLL_EXPORT
56# define NDEVR_DATABASE_API Q_DECL_EXPORT
57# define NDEVR_DATABASE_T_API
62# elif (defined NDEVR_DATABASE_DLL)
63# define NDEVR_DATABASE_API Q_DECL_IMPORT
64# define NDEVR_DATABASE_T_API
66# define NDEVR_DATABASE_API
67# define NDEVR_DATABASE_T_API
71# define NDEVR_DATABASE_API __attribute__ ((visibility("default")))