diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -34,7 +34,8 @@ SOURCES = main.cpp \ seriesmetadatamodel.cpp \ mappingtableeditor.cpp \ smdialog.cpp \ - propertiesdialog.cpp + propertiesdialog.cpp \ + dbanalyzer.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -64,6 +65,7 @@ HEADERS = listitem.h \ seriesmetadatamodel.h \ mappingtableeditor.h \ smdialog.h \ - propertiesdialog.h -LIBS += -lmagic -lXfixes + propertiesdialog.h \ + dbanalyzer.h +LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |