Skip to content

Commit 49131cd

Browse files
author
wonder
committedMar 20, 2009
Greetings from hackfest from one-handed guy :-)
Imported new attribute table. enjoy! git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10337 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

10 files changed

+1595
-4
lines changed

10 files changed

+1595
-4
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ SET(QGIS_APP_SRCS
8282
ogr/qgsogrhelperfunctions.cpp
8383
ogr/qgsopenvectorlayerdialog.cpp
8484
ogr/qgsnewogrconnection.cpp
85+
86+
attributetable/BeataDialog.cpp
87+
attributetable/BeataModel.cpp
88+
attributetable/BeataView.cpp
8589
)
8690

8791

@@ -149,6 +153,9 @@ SET (QGIS_APP_MOC_HDRS
149153

150154
ogr/qgsopenvectorlayerdialog.h
151155
ogr/qgsnewogrconnection.h
156+
157+
attributetable/BeataDialog.h
158+
attributetable/BeataModel.h
152159
)
153160

154161
IF (POSTGRES_FOUND)
@@ -202,7 +209,7 @@ ENDIF (WIN32)
202209

203210

204211
INCLUDE_DIRECTORIES(
205-
${CMAKE_CURRENT_SOURCE_DIR} composer legend
212+
${CMAKE_CURRENT_SOURCE_DIR} composer legend attributetable
206213
${CMAKE_CURRENT_BINARY_DIR}
207214
${CMAKE_CURRENT_BINARY_DIR}/../ui
208215
../core

0 commit comments

Comments
 (0)
Please sign in to comment.