Merge remote-tracking branch 'origin/dev_FormTool' into dev

This commit is contained in:
Sonaion
2019-12-12 11:30:26 +01:00
8 changed files with 135 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ SOURCES += \
Image/IntelliImage.cpp \
Image/IntelliRasterImage.cpp \
Image/IntelliShapedImage.cpp \
IntelliHelper/IntelliColorPicker.cpp \
IntelliHelper/IntelliHelper.cpp \
Layer/PaintingArea.cpp \
Tool/IntelliTool.cpp \
@@ -33,6 +34,7 @@ HEADERS += \
Image/IntelliImage.h \
Image/IntelliRasterImage.h \
Image/IntelliShapedImage.h \
IntelliHelper/IntelliColorPicker.h \
IntelliHelper/IntelliHelper.h \
Layer/PaintingArea.h \
Tool/IntelliTool.h \