Cryle Tool

This commit is contained in:
Sonaion
2019-12-13 13:20:55 +01:00
parent 9f9315c8a4
commit ca9395901b
7 changed files with 125 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ SOURCES += \
IntelliHelper/IntelliHelper.cpp \
Layer/PaintingArea.cpp \
Tool/IntelliTool.cpp \
Tool/IntelliToolCircle.cpp \
Tool/IntelliToolLine.cpp \
Tool/IntelliToolPen.cpp \
Tool/IntelliToolPlain.cpp \
@@ -38,9 +39,11 @@ HEADERS += \
IntelliHelper/IntelliHelper.h \
Layer/PaintingArea.h \
Tool/IntelliTool.h \
Tool/IntelliToolCircle.h \
Tool/IntelliToolLine.h \
Tool/IntelliToolPen.h \
Tool/IntelliToolPlain.h
Tool/IntelliToolPlain.h \
Tool/intellitoolcircle.h
FORMS += \
widget.ui