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