diff --git a/kstars/auxiliary/fov.h b/kstars/auxiliary/fov.h --- a/kstars/auxiliary/fov.h +++ b/kstars/auxiliary/fov.h @@ -22,7 +22,9 @@ #include #include #include +#ifndef KSTARS_LITE #include +#endif class QPainter; @@ -183,7 +185,9 @@ static QList m_FOVs; }; +#ifndef KSTARS_LITE // Shape Q_DECLARE_METATYPE(FOV::Shape) QDBusArgument &operator<<(QDBusArgument &argument, const FOV::Shape& source); const QDBusArgument &operator>>(const QDBusArgument &argument, FOV::Shape &dest); +#endif