|
Viewer
A plugin-based viewer for learning Computer Graphics and OpenGL
|
00001 // See Qt Reference documentation, "Creating Shared Libraries" 00002 #ifndef _CORE_GLOBAL_H_ 00003 #define _CORE_GLOBAL_H_ 00004 00005 #include <QtCore/QtGlobal> 00006 00007 #if defined(CORE_LIBRARY) 00008 # define CORE_EXPORT Q_DECL_EXPORT 00009 #else 00010 # define CORE_EXPORT Q_DECL_IMPORT 00011 #endif 00012 00013 #endif 00014
1.7.6.1