Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Now compiles wms and postgres with CMake
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6518 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
3 additions
and 4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,5 @@ | ||
|
||
SUBDIRS (ogr wms delimitedtext) | ||
|
||
IF (POSTGRES_FOUND) | ||
SUBDIRS (postgres) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -10,7 +10,7 @@ qgspostgrescountthread.cpp | ||
qgspostgresextentthread.cpp | ||
) | ||
|
||
#SET(PG_MOC_HDRS qgspostgresprovider.h) | ||
|
||
|
||
######################################################## | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,6 @@ | ||
|
||
SET (WMS_SRCS qgswmsprovider.cpp) | ||
SET (WMS_MOC_HDRS "") #qgswmsprovider.h) | ||
|
||
QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS}) | ||
|
||