#pragma once #include #ifndef BUILD_STATIC # if defined(IMAGESHOWTOOL_LIB) # define IMAGESHOWTOOL_EXPORT Q_DECL_EXPORT # else # define IMAGESHOWTOOL_EXPORT Q_DECL_IMPORT # endif #else # define IMAGESHOWTOOL_EXPORT #endif