Skip to content

Commit d1e2ba4

Browse files
author
homann
committedFeb 4, 2007
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
1 parent f671419 commit d1e2ba4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎src/providers/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
#SUBDIRS (ogr wms delimitedtext)
3-
SUBDIRS (ogr delimitedtext)
2+
SUBDIRS (ogr wms delimitedtext)
43

54
IF (POSTGRES_FOUND)
65
SUBDIRS (postgres)

‎src/providers/postgres/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qgspostgrescountthread.cpp
1010
qgspostgresextentthread.cpp
1111
)
1212

13-
SET(PG_MOC_HDRS qgspostgresprovider.h)
13+
#SET(PG_MOC_HDRS qgspostgresprovider.h)
1414

1515

1616
########################################################

‎src/providers/wms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
SET (WMS_SRCS qgswmsprovider.cpp)
3-
SET (WMS_MOC_HDRS qgswmsprovider.h)
3+
SET (WMS_MOC_HDRS "") #qgswmsprovider.h)
44

55
QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS})
66

0 commit comments

Comments
 (0)
Please sign in to comment.