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