修改了很多,但是还是未成功,有部分符号无法引用

This commit is contained in:
hm
2020-02-22 19:59:28 +08:00
parent 779815f080
commit 0d84fe7fbc
20 changed files with 99 additions and 25 deletions
+8
View File
@@ -49,7 +49,15 @@ struct distBearingAltitude {
bearing = degrees * M_PI / 180;
}
};
#ifdef QtopmapWidget
#include <mapwidgetglobal.h>
class OPMAPWIDGETSHARED_EXPORT HomeItem;
#else
class HomeItem;
#endif
/**
* @brief A QGraphicsItem representing a WayPoint
*