#pragma once #include #if defined(QsACN_LIBRARY) # define QT_EXPORT Q_DECL_EXPORT #else # define QT_EXPORT Q_DECL_IMPORT #endif