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