diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -33,7 +33,8 @@ SOURCES = main.cpp \ mappingtablewidget.cpp \ newmoviewizard.cpp \ filepropertiesdialog.cpp \ - hoverwindow.cpp + hoverwindow.cpp \ + consistencycheck.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -61,6 +62,7 @@ HEADERS = listitem.h \ mappingtablewidget.h \ newmoviewizard.h \ filepropertiesdialog.h \ - hoverwindow.h + hoverwindow.h \ + consistencycheck.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc |