]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added better visual feedback to add Line and Circle tools.
[architektonas] / architektonas.pro
index e16b0dbd8b490f024202f88c3c28cd5c958b1a7e..1878d400088b431399cef62a9e276ccc09e2a5b4 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Architektonas Qt project file
 #
-# by James L. Hammons
+# by James Hammons
 # Copyright (C) 2011 Underground Software
 #
 # See the README and GPLv3 files for licensing and warranty information
@@ -49,6 +49,7 @@ HEADERS = \
        src/container.h \
        src/dimension.h \
        src/drawingview.h \
+       src/drawcircleaction.h \
        src/drawlineaction.h \
        src/generaltab.h \
        src/line.h \
@@ -68,6 +69,7 @@ SOURCES = \
        src/container.cpp \
        src/dimension.cpp \
        src/drawingview.cpp \
+       src/drawcircleaction.cpp \
        src/drawlineaction.cpp \
        src/generaltab.cpp \
        src/line.cpp \