Skip to content

Commit

Permalink
Now compiles wms and postgres with CMake
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6518 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Feb 4, 2007
1 parent f671419 commit d1e2ba4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/providers/CMakeLists.txt
@@ -1,6 +1,5 @@

#SUBDIRS (ogr wms delimitedtext)
SUBDIRS (ogr delimitedtext)
SUBDIRS (ogr wms delimitedtext)

IF (POSTGRES_FOUND)
SUBDIRS (postgres)
Expand Down
2 changes: 1 addition & 1 deletion src/providers/postgres/CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ qgspostgrescountthread.cpp
qgspostgresextentthread.cpp
)

SET(PG_MOC_HDRS qgspostgresprovider.h)
#SET(PG_MOC_HDRS qgspostgresprovider.h)


########################################################
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wms/CMakeLists.txt
@@ -1,6 +1,6 @@

SET (WMS_SRCS qgswmsprovider.cpp)
SET (WMS_MOC_HDRS qgswmsprovider.h)
SET (WMS_MOC_HDRS "") #qgswmsprovider.h)

QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS})

Expand Down

0 comments on commit d1e2ba4

Please sign in to comment.