diff options
author | Arno <arno@disconnect.de> | 2018-07-19 18:21:11 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-19 18:21:11 +0200 |
commit | d54f8bc5effe3c008ff39f0e55bf1b71e08c19af (patch) | |
tree | 4fd3af96fdc0987a6e70eec3862207018068b2c1 /shemov.pro | |
parent | 3e8bac71c414a5b9f7c80bc9a6b0fb6a760519f6 (diff) | |
download | SheMov-d54f8bc5effe3c008ff39f0e55bf1b71e08c19af.tar.gz SheMov-d54f8bc5effe3c008ff39f0e55bf1b71e08c19af.tar.bz2 SheMov-d54f8bc5effe3c008ff39f0e55bf1b71e08c19af.zip |
Just code shuffle, no functional change
Split up all the classes in mappingtreewidget into separate files to
make editing easier.
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 |