 |
NDEVR
API Documentation
|
40#include <NDEVRConfig.h>
42# undef DESIGN_WIDGETS_API
47# ifdef DESIGN_WIDGETS_BUILD_DLL_EXPORT
48# define DESIGN_WIDGETS_API __declspec(dllexport)
49# define DESIGN_WIDGETS_T_API
50# pragma warning (disable : 4251)
51# pragma warning (disable : 4661)
52# pragma warning (disable : 4251)
57# elif !(defined NDEVR_STATIC_BUILD)
58# define DESIGN_WIDGETS_API __declspec(dllimport)
59# define DESIGN_WIDGETS_T_API
60# pragma warning (disable : 4661)
61# pragma warning (disable : 4251)
63# define DESIGN_WIDGETS_API
64# define DESIGN_WIDGETS_T_API extern
68#include <QtCore/QtGlobal>
69# ifdef DESIGN_WIDGETS_BUILD_DLL_EXPORT
70# define DESIGN_WIDGETS_API Q_DECL_EXPORT
71# define DESIGN_WIDGETS_T_API
72# elif (defined DESIGN_WIDGETS_DLL)
73# define DESIGN_WIDGETS_API Q_DECL_IMPORT
74# define DESIGN_WIDGETS_T_API
76# define DESIGN_WIDGETS_API
77# define DESIGN_WIDGETS_T_API
81# define DESIGN_WIDGETS_API __attribute__((visibility("default")))
82# define DESIGN_WIDGETS_T_API
- DesignWidgets
- Headers
- DLLInfo.h