Skip to content

Commit

Permalink
Greetings from hackfest from one-handed guy :-)
Browse files Browse the repository at this point in the history
Imported new attribute table. enjoy!



git-svn-id: http://svn.osgeo.org/qgis/trunk@10337 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 20, 2009
1 parent e6bb127 commit e3f0349
Show file tree
Hide file tree
Showing 10 changed files with 1,595 additions and 4 deletions.
9 changes: 8 additions & 1 deletion src/app/CMakeLists.txt
Expand Up @@ -82,6 +82,10 @@ SET(QGIS_APP_SRCS
ogr/qgsogrhelperfunctions.cpp
ogr/qgsopenvectorlayerdialog.cpp
ogr/qgsnewogrconnection.cpp

attributetable/BeataDialog.cpp
attributetable/BeataModel.cpp
attributetable/BeataView.cpp
)


Expand Down Expand Up @@ -149,6 +153,9 @@ SET (QGIS_APP_MOC_HDRS

ogr/qgsopenvectorlayerdialog.h
ogr/qgsnewogrconnection.h

attributetable/BeataDialog.h
attributetable/BeataModel.h
)

IF (POSTGRES_FOUND)
Expand Down Expand Up @@ -202,7 +209,7 @@ ENDIF (WIN32)


INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR} composer legend
${CMAKE_CURRENT_SOURCE_DIR} composer legend attributetable
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}/../ui
../core
Expand Down

0 comments on commit e3f0349

Please sign in to comment.