Skip to content

Commit 991c7ba

Browse files
committed
fix windows build
1 parent c6be15e commit 991c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Q_DECL_DEPRECATED
157157
#endif
158158
const QString GEOWkt = GEOWKT;
159159
/** PROJ4 string that represents a geographic coord sys */
160-
extern const QString GEOPROJ4;
160+
extern CORE_EXPORT const QString GEOPROJ4;
161161
/** Magic number for a geographic coord sys in POSTGIS SRID */
162162
const long GEOSRID = 4326;
163163
/** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */

0 commit comments

Comments
 (0)