diff options
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 |