diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -54,7 +54,8 @@ SOURCES = main.cpp \ seriestreemodel.cpp \ filestreemodel.cpp \ filestreewidget.cpp \ - mappingtablemodel.cpp + mappingtablemodel.cpp \ + mappingtablewidget.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -104,6 +105,7 @@ HEADERS = listitem.h \ seriestreemodel.h \ filestreemodel.h \ filestreewidget.h \ - mappingtablemodel.h + mappingtablemodel.h \ + mappingtablewidget.h LIBS += -lmagic RESOURCES = shemov.qrc |