Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r)
  • Loading branch information
jef-n committed Oct 29, 2015
1 parent 51fe632 commit 80d0272
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODING
Expand Up @@ -862,7 +862,7 @@ The class must inherit from QObject and include the Q_OBJECT macro.

class TestQgsRasterLayer: public QObject
{
Q_OBJECT;
Q_OBJECT

All our test methods are implemented as private slots. The QtTest framework
will sequentially call each private slot method in the test class. There are
Expand Down
8 changes: 4 additions & 4 deletions INSTALL
@@ -1,10 +1,10 @@
QGIS
Building QGIS from source - step by step
Wednesday June 24, 2015
Thursday October 29, 2015


Last Updated: Wednesday June 24, 2015
Last Change : Wednesday June 24, 2015
Last Updated: Thursday October 29, 2015
Last Change : Thursday July 23, 2015


1. Introduction
Expand Down Expand Up @@ -99,7 +99,7 @@ Required build dependencies:

- Qt >= 4.8.0
- Proj >= 4.4.x
- GEOS >= 3.0
- GEOS >= 3.4
- Sqlite3 >= 3.0.0
- GDAL/OGR >= 1.4.x
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
Expand Down
2 changes: 1 addition & 1 deletion doc/CODING.html
Expand Up @@ -1135,7 +1135,7 @@ <H2>3.2. Creating a unit test</H2>
<div class="code"><PRE>
class TestQgsRasterLayer: public QObject
{
Q_OBJECT;
Q_OBJECT
</PRE></div>

<P>
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.t2t
Expand Up @@ -17,7 +17,7 @@ Required build dependencies:

- Qt >= 4.8.0
- Proj >= 4.4.x
- GEOS >= 3.0
- GEOS >= 3.4
- Sqlite3 >= 3.0.0
- GDAL/OGR >= 1.4.x
- Qwt >= 5.0 & (< 6.1 with internal QwtPolar)
Expand Down

0 comments on commit 80d0272

Please sign in to comment.