]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added more visual feedback to Dimension type changing buttons.
[architektonas] / architektonas.pro
index 54e428ea04f38e9f88c818c79caef942722b38d2..eea6798fbcaa90ced5f0b118a11c9803d86dffb4 100644 (file)
@@ -66,6 +66,7 @@ HEADERS = \
        src/ellipse.h \
        src/fileio.h \
        src/generaltab.h \
+       src/geometry.h \
        src/layerwidget.h \
        src/layeritemwidget.h \
        src/line.h \
@@ -74,8 +75,10 @@ HEADERS = \
        src/mathconstants.h \
        src/object.h \
        src/painter.h \
+       src/rotateaction.h \
        src/settingsdialog.h \
        src/text.h \
+       src/trimaction.h \
        src/vector.h
 
 SOURCES = \
@@ -99,6 +102,7 @@ SOURCES = \
        src/ellipse.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
+       src/geometry.cpp \
        src/layerwidget.cpp \
        src/layeritemwidget.cpp \
        src/line.cpp \
@@ -106,7 +110,9 @@ SOURCES = \
        src/mirroraction.cpp \
        src/object.cpp \
        src/painter.cpp \
+       src/rotateaction.cpp \
        src/settingsdialog.cpp \
        src/text.cpp \
+       src/trimaction.cpp \
        src/vector.cpp