]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Initial stab at text object. Nonfunctional ATM.
[architektonas] / architektonas.pro
index 5287f4d47c5f5852e3583a0998da257d355c1d78..40ac752b5b5d6106a8f5a9532ffc4605d6731259 100644 (file)
@@ -52,6 +52,7 @@ HEADERS = \
        src/drawingview.h \
        src/drawcircleaction.h \
        src/drawlineaction.h \
+       src/drawtextaction.h \
        src/ellipse.h \
        src/fileio.h \
        src/generaltab.h \
@@ -61,6 +62,7 @@ HEADERS = \
        src/object.h \
        src/painter.h \
        src/settingsdialog.h \
+       src/text.h \
        src/vector.h
 
 SOURCES = \
@@ -75,6 +77,7 @@ SOURCES = \
        src/drawingview.cpp \
        src/drawcircleaction.cpp \
        src/drawlineaction.cpp \
+       src/drawtextaction.cpp \
        src/ellipse.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
@@ -83,5 +86,6 @@ SOURCES = \
        src/object.cpp \
        src/painter.cpp \
        src/settingsdialog.cpp \
+       src/text.cpp \
        src/vector.cpp