Add GroupView.

This commit is contained in:
Felix Geyer
2010-08-22 16:02:44 +02:00
parent 707cf1bbe8
commit 97ca81f316
5 changed files with 116 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ set(keepassx_SOURCES
core/Writer.cpp
gui/EntryModel.cpp
gui/GroupModel.cpp
gui/GroupView.cpp
)
automoc4_add_library( keepassx_core STATIC ${keepassx_SOURCES} )