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 \ consistencycheck.cpp \ seriesmetadatamodel.cpp \ mappingtableeditor.cpp \ - smdialog.cpp + smdialog.cpp \ + propertiesdialog.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -62,6 +63,7 @@ HEADERS = listitem.h \ consistencycheck.h \ seriesmetadatamodel.h \ mappingtableeditor.h \ - smdialog.h + smdialog.h \ + propertiesdialog.h LIBS += -lmagic -lXfixes RESOURCES = shemov.qrc |