diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -50,7 +50,12 @@ SOURCES = main.cpp \ sminputdialog.cpp \ editfiledialog.cpp \ picturelistview.cpp \ - mappingtreeview.cpp + mappingtreeview.cpp \ + mappingtreeresultview.cpp \ + mappingeditwidget.cpp \ + mappinginputdialog.cpp \ + mappingeditdialog.cpp \ + mappingtreeproxy.cpp HEADERS = \ shemov.h \ helper.h \ @@ -95,7 +100,12 @@ HEADERS = \ sminputdialog.h \ editfiledialog.h \ picturelistview.h \ - mappingtreeview.h + mappingtreeview.h \ + mappingtreeresultview.h \ + mappingeditwidget.h \ + mappinginputdialog.h \ + mappingeditdialog.h \ + mappingtreeproxy.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |