Navigation Menu

Skip to content

Commit

Permalink
CMake adjusted for WMS/Postgres both on Win32 and Unix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6544 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Feb 6, 2007
1 parent ad969a0 commit 3e76a97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/providers/postgres/CMakeLists.txt
Expand Up @@ -10,8 +10,9 @@ qgspostgrescountthread.cpp
qgspostgresextentthread.cpp
)

#SET(PG_MOC_HDRS qgspostgresprovider.h)

IF(NOT WIN32)
SET(PG_MOC_HDRS qgspostgresprovider.h)
ENDIF(NOT WIN32)

########################################################
# Build
Expand Down
4 changes: 3 additions & 1 deletion src/providers/wms/CMakeLists.txt
@@ -1,6 +1,8 @@

SET (WMS_SRCS qgswmsprovider.cpp)
SET (WMS_MOC_HDRS "") #qgswmsprovider.h)
IF (NOT WIN32)
SET (WMS_MOC_HDRS qgswmsprovider.h)
ENDIF (NOT WIN32)

QT4_WRAP_CPP (WMS_MOC_SRCS ${WMS_MOC_HDRS})

Expand Down

0 comments on commit 3e76a97

Please sign in to comment.