|
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
33#include <NDEVRConfig.h>
35# undef DESIGN_WIDGETS_API
40# ifdef DESIGN_WIDGETS_BUILD_DLL_EXPORT
41# define DESIGN_WIDGETS_API __declspec(dllexport)
42# define DESIGN_WIDGETS_T_API
43# pragma warning (disable : 4251)
44# pragma warning (disable : 4661)
45# pragma warning (disable : 4251)
50# elif !(defined NDEVR_STATIC_BUILD)
51# define DESIGN_WIDGETS_API __declspec(dllimport)
52# define DESIGN_WIDGETS_T_API
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
56# define DESIGN_WIDGETS_API
57# define DESIGN_WIDGETS_T_API extern
61#include <QtCore/QtGlobal>
62# ifdef DESIGN_WIDGETS_BUILD_DLL_EXPORT
63# define DESIGN_WIDGETS_API Q_DECL_EXPORT
64# define DESIGN_WIDGETS_T_API
65# elif (defined DESIGN_WIDGETS_DLL)
66# define DESIGN_WIDGETS_API Q_DECL_IMPORT
67# define DESIGN_WIDGETS_T_API
69# define DESIGN_WIDGETS_API
70# define DESIGN_WIDGETS_T_API
74# define DESIGN_WIDGETS_API __attribute__((visibility("default")))
75# define DESIGN_WIDGETS_T_API