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

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 -1
View File
@@ -1,4 +1,4 @@
/**
/**
******************************************************************************
*
* @file pointlatlng.h
@@ -32,7 +32,14 @@
#include "sizelatlng.h"
namespace internals {
#ifdef QtOpmapInternals
#include <internalglobal.h>
struct OPMAPINTERNALSHARED_EXPORT PointLatLng {
#else
struct PointLatLng {
#endif
// friend uint qHash(PointLatLng const& point);
friend bool operator==(PointLatLng const & lhs, PointLatLng const & rhs);
friend bool operator!=(PointLatLng const & left, PointLatLng const & right);