diff options
author | Arno <am@disconnect.de> | 2011-02-19 13:59:19 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-02-19 13:59:19 +0100 |
commit | 23289ad65a1b06d3c3e9bbd4706ce75ce40c4b52 (patch) | |
tree | 6a3599e525a29141f9d658b94e7e32a012896ca5 /shemov.pro | |
parent | a2e6438b97a8b9055bee400ccc40a062f0a0e9db (diff) | |
download | SheMov-23289ad65a1b06d3c3e9bbd4706ce75ce40c4b52.tar.gz SheMov-23289ad65a1b06d3c3e9bbd4706ce75ce40c4b52.tar.bz2 SheMov-23289ad65a1b06d3c3e9bbd4706ce75ce40c4b52.zip |
Edit genres and actors
Added dialog for editing actors and genres.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -31,7 +31,8 @@ SOURCES = main.cpp \ filepropertiesdialog.cpp \ hoverwindow.cpp \ consistencycheck.cpp \ - seriesmetadatamodel.cpp + seriesmetadatamodel.cpp \ + mappingtableeditor.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -58,6 +59,7 @@ HEADERS = listitem.h \ filepropertiesdialog.h \ hoverwindow.h \ consistencycheck.h \ - seriesmetadatamodel.h + seriesmetadatamodel.h \ + mappingtableeditor.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc |