diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -37,7 +37,8 @@ SOURCES = main.cpp \ propertiesdialog.cpp \ dbanalyzer.cpp \ mappingtreemodel.cpp \ - mappingtreewidget.cpp + mappingtreewidget.cpp \ + newpicsdialog.cpp HEADERS = listitem.h \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -70,6 +71,7 @@ HEADERS = listitem.h \ propertiesdialog.h \ dbanalyzer.h \ mappingtreemodel.h \ - mappingtreewidget.h + mappingtreewidget.h \ + newpicsdialog.h LIBS += -lmagic -lXfixes -lX11 RESOURCES = shemov.qrc |