Skip to content

Commit

Permalink
Fix for compiling with cmake and without postgres
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6638 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Feb 20, 2007
1 parent be6397e commit 9f66586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/CMakeLists.txt
Expand Up @@ -53,7 +53,6 @@ SET(QGIS_GUI_SRCS
../gui/qgsoptions.cpp
../gui/qgspastetransformations.cpp
../gui/qgspatterndialog.cpp
../gui/qgspgutil.cpp
../gui/qgspluginmanager.cpp
../gui/qgspointstylewidget.cpp
../gui/qgsproject.cpp
Expand Down Expand Up @@ -235,8 +234,9 @@ qgsrasterdataprovider.h
IF (POSTGRES_FOUND)
SET (QGIS_GUI_SRCS ${QGIS_GUI_SRCS}
../gui/qgsdbsourceselect.cpp
../gui/qgsnewconnection.cpp
../gui/qgspgquerybuilder.cpp
../gui/qgsnewconnection.cpp
../gui/qgspgquerybuilder.cpp
../gui/qgspgutil.cpp
)
SET (QGIS_GUI_MOC_HDRS ${QGIS_GUI_MOC_HDRS}
../gui/qgsdbsourceselect.h
Expand Down

0 comments on commit 9f66586

Please sign in to comment.