diff options
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -55,7 +55,9 @@ SOURCES = main.cpp \ mappingeditwidget.cpp \ mappinginputdialog.cpp \ mappingeditdialog.cpp \ - mappingtreeproxy.cpp + mappingtreeproxy.cpp \ + mappingtreeresultmodel.cpp \ + mappingdata.cpp HEADERS = \ shemov.h \ helper.h \ @@ -105,7 +107,9 @@ HEADERS = \ mappingeditwidget.h \ mappinginputdialog.h \ mappingeditdialog.h \ - mappingtreeproxy.h + mappingtreeproxy.h \ + mappingtreeresultmodel.h \ + mappingdata.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc |