Skip to content

Commit

Permalink
moved QgsFeature from gui into core (since it no longer depends on Qg…
Browse files Browse the repository at this point in the history
…sAttributeDialog)

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4869 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Feb 18, 2006
1 parent fb5c5b9 commit 8228faa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/core/Makefile.am
Expand Up @@ -59,6 +59,7 @@ libqgis_coreHEADERS = \
qgsdatasourceuri.h \
qgsdistancearea.h \
qgsexception.h \
qgsfeature.h \
qgsfeatureattribute.h \
qgsfield.h \
qgsfile.h \
Expand Down Expand Up @@ -114,6 +115,7 @@ libqgis_core_la_SOURCES =\
qgsdatasource.cpp \
qgsdistancearea.cpp \
qgsexception.cpp \
qgsfeature.cpp \
qgsfeatureattribute.cpp \
qgsfield.cpp \
qgsfile.cpp \
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/gui/Makefile.am
Expand Up @@ -84,7 +84,6 @@ libqgis_guiHEADERS = \
qgscustomprojectiondialog.h \
qgsdelattrdialog.h \
qgsencodingfiledialog.h \
qgsfeature.h \
qgsfillstylewidget.h \
qgsgeomtypedialog.h \
qgsgraduatedsymrenderer.h \
Expand Down Expand Up @@ -196,7 +195,6 @@ libqgis_gui_la_SOURCES = \
qgscustomprojectiondialog.cpp \
qgsdelattrdialog.cpp \
qgsencodingfiledialog.cpp \
qgsfeature.cpp \
qgsfillstylewidget.cpp \
qgsgeomtypedialog.cpp \
qgsgraduatedsymrenderer.cpp \
Expand Down

0 comments on commit 8228faa

Please sign in to comment.