You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LightWork3D/src/QtWidgets.h.cmake

12 lines
226 B
CMake

#ifndef FREECAD_QTWIDGETS_H
#define FREECAD_QTWIDGETS_H
#include <QtGlobal>
#if QT_VERSION >= QT_VERSION_CHECK(6,0,0) && QT_VERSION < QT_VERSION_CHECK(6,8,1)
# define HAS_QTBUG_129596
#endif
#endif // FREECAD_QTWIDGETS_H