// Copyright (c) 2012-2017 VideoStitch SAS // Copyright (c) 2018 stitchEm #ifndef VIDEOSTITCHQOPENGLFUNCTIONS_HPP #define VIDEOSTITCHQOPENGLFUNCTIONS_HPP #include #if defined(Q_OS_WIN) #define VideoStitchQOpenGLFunctions QOpenGLFunctions_3_3_Core #include #else #define VideoStitchQOpenGLFunctions QOpenGLFunctions #include #endif #endif // VIDEOSTITCHQOPENGLFUNCTIONS_HPP