Skip to content

Commit 80d0272

Browse files
committed
update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r)
1 parent 51fe632 commit 80d0272

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CODING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ The class must inherit from QObject and include the Q_OBJECT macro.
862862

863863
class TestQgsRasterLayer: public QObject
864864
{
865-
Q_OBJECT;
865+
Q_OBJECT
866866

867867
All our test methods are implemented as private slots. The QtTest framework
868868
will sequentially call each private slot method in the test class. There are

INSTALL

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Wednesday June 24, 2015
3+
Thursday October 29, 2015
44

55

6-
Last Updated: Wednesday June 24, 2015
7-
Last Change : Wednesday June 24, 2015
6+
Last Updated: Thursday October 29, 2015
7+
Last Change : Thursday July 23, 2015
88

99

1010
1. Introduction
@@ -99,7 +99,7 @@ Required build dependencies:
9999

100100
- Qt >= 4.8.0
101101
- Proj >= 4.4.x
102-
- GEOS >= 3.0
102+
- GEOS >= 3.4
103103
- Sqlite3 >= 3.0.0
104104
- GDAL/OGR >= 1.4.x
105105
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)

doc/CODING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ <H2>3.2. Creating a unit test</H2>
11351135
<div class="code"><PRE>
11361136
class TestQgsRasterLayer: public QObject
11371137
{
1138-
Q_OBJECT;
1138+
Q_OBJECT
11391139
</PRE></div>
11401140

11411141
<P>

doc/overview.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Required build dependencies:
1717

1818
- Qt >= 4.8.0
1919
- Proj >= 4.4.x
20-
- GEOS >= 3.0
20+
- GEOS >= 3.4
2121
- Sqlite3 >= 3.0.0
2222
- GDAL/OGR >= 1.4.x
2323
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)

0 commit comments

Comments
 (0)