#pragma once #include #if defined(NM_DEMO_LIBRARY) # define NM_DEMO_EXPORT Q_DECL_EXPORT #else # define NM_DEMO_EXPORT Q_DECL_IMPORT #endif