diff options
author | Arno <am@disconnect.de> | 2010-06-03 21:06:30 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-03 21:06:30 +0200 |
commit | 4d78abefd76d7d828a4ac078b80e8891ddb975e6 (patch) | |
tree | 77168d0a74272b0be7e8d78cf3c9322f6c9aed55 /shemov.pro | |
parent | daa5c2eb9148b9175302228a6bae257e84881846 (diff) | |
download | SheMov-4d78abefd76d7d828a4ac078b80e8891ddb975e6.tar.gz SheMov-4d78abefd76d7d828a4ac078b80e8891ddb975e6.tar.bz2 SheMov-4d78abefd76d7d828a4ac078b80e8891ddb975e6.zip |
Started Treemodel for Archive
Implemented generic SmTreeItem, started on generic SmTreeModel.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -45,7 +45,9 @@ SOURCES = main.cpp \ pictureviewerinfoitem.cpp \ archiveiteminfoedit.cpp \ archiveitemcoveredit.cpp \ - archiveitemeditdialog.cpp + archiveitemeditdialog.cpp \ + smtreeitem.cpp \ + smtreemodel.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -86,6 +88,8 @@ HEADERS = listitem.h \ pictureviewerinfoitem.h \ archiveiteminfoedit.h \ archiveitemcoveredit.h \ - archiveitemeditdialog.h + archiveitemeditdialog.h \ + smtreeitem.h \ + smtreemodel.h LIBS += -lmagic RESOURCES = shemov.qrc |