diff --git a/support/SkinnyShapeFactory.cpp b/support/SkinnyShapeFactory.cpp index de9fcbfc..2ce61f4f 100644 --- a/support/SkinnyShapeFactory.cpp +++ b/support/SkinnyShapeFactory.cpp @@ -175,3 +175,5 @@ QPainterPath SkinnyShapeFactory::shapePath( Shape shape, const QSizeF& size ) path.closeSubpath(); return path; } + +#include "moc_SkinnyShapeFactory.cpp" diff --git a/support/SkinnyShapeFactory.h b/support/SkinnyShapeFactory.h index 19b940d5..4b59ddae 100644 --- a/support/SkinnyShapeFactory.h +++ b/support/SkinnyShapeFactory.h @@ -10,6 +10,8 @@ namespace SkinnyShapeFactory { + SKINNY_EXPORT Q_NAMESPACE + // a couple of standard painter paths, that can // be used for testing