]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added rotation tool.
[architektonas] / architektonas.pro
index 54e428ea04f38e9f88c818c79caef942722b38d2..edea5ee62184d50c40be368896cf63305a98265f 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,6 +75,7 @@ HEADERS = \
        src/mathconstants.h \
        src/object.h \
        src/painter.h \
+       src/rotateaction.h \
        src/settingsdialog.h \
        src/text.h \
        src/vector.h
@@ -99,6 +101,7 @@ SOURCES = \
        src/ellipse.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
+       src/geometry.cpp \
        src/layerwidget.cpp \
        src/layeritemwidget.cpp \
        src/line.cpp \
@@ -106,6 +109,7 @@ SOURCES = \
        src/mirroraction.cpp \
        src/object.cpp \
        src/painter.cpp \
+       src/rotateaction.cpp \
        src/settingsdialog.cpp \
        src/text.cpp \
        src/vector.cpp