]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added ability to translate groups with Lines.
[architektonas] / architektonas.pro
index a634111d69402ccbc0beddaf2fa7e5dd860a7720..108fba74736dd8bff77163fc9c75c3fe651ff93f 100644 (file)
@@ -45,6 +45,8 @@ HEADERS = \
        src/action.h \
        src/applicationwindow.h \
        src/arc.h \
+       src/blockitemwidget.h \
+       src/blockwidget.h \
        src/circle.h \
        src/connection.h \
        src/container.h \
@@ -57,6 +59,8 @@ HEADERS = \
        src/ellipse.h \
        src/fileio.h \
        src/generaltab.h \
+       src/layerwidget.h \
+       src/layeritemwidget.h \
        src/line.h \
        src/main.h \
        src/mathconstants.h \
@@ -71,6 +75,8 @@ SOURCES = \
        src/action.cpp \
        src/applicationwindow.cpp \
        src/arc.cpp \
+       src/blockitemwidget.cpp \
+       src/blockwidget.cpp \
        src/circle.cpp \
        src/connection.cpp \
        src/container.cpp \
@@ -83,6 +89,8 @@ SOURCES = \
        src/ellipse.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
+       src/layerwidget.cpp \
+       src/layeritemwidget.cpp \
        src/line.cpp \
        src/main.cpp \
        src/object.cpp \