Skip to content

Commit 9f66586

Browse files
author
homann
committed
Fix for compiling with cmake and without postgres
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@6638 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent be6397e commit 9f66586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ SET(QGIS_GUI_SRCS
5353
../gui/qgsoptions.cpp
5454
../gui/qgspastetransformations.cpp
5555
../gui/qgspatterndialog.cpp
56-
../gui/qgspgutil.cpp
5756
../gui/qgspluginmanager.cpp
5857
../gui/qgspointstylewidget.cpp
5958
../gui/qgsproject.cpp
@@ -235,8 +234,9 @@ qgsrasterdataprovider.h
235234
IF (POSTGRES_FOUND)
236235
SET (QGIS_GUI_SRCS ${QGIS_GUI_SRCS}
237236
../gui/qgsdbsourceselect.cpp
238-
../gui/qgsnewconnection.cpp
239-
../gui/qgspgquerybuilder.cpp
237+
../gui/qgsnewconnection.cpp
238+
../gui/qgspgquerybuilder.cpp
239+
../gui/qgspgutil.cpp
240240
)
241241
SET (QGIS_GUI_MOC_HDRS ${QGIS_GUI_MOC_HDRS}
242242
../gui/qgsdbsourceselect.h

0 commit comments

Comments
 (0)