#pragma once #include <QtCore/qglobal.h> #ifndef BUILD_STATIC # if defined(QTWIDGETS_LIB) # define QTWIDGETS_EXPORT Q_DECL_EXPORT # else # define QTWIDGETS_EXPORT Q_DECL_IMPORT # endif #else # define QTWIDGETS_EXPORT #endif