]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added better visual feedback to add Line and Circle tools.
[architektonas] / architektonas.pro
index cf3254c9b8392c5723b12e47fc8fe3eeea0e42b2..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
@@ -42,32 +42,40 @@ DEPENDPATH = \
 
 HEADERS = \
        src/about.h \
+       src/action.h \
        src/applicationwindow.h \
        src/arc.h \
        src/circle.h \
        src/container.h \
        src/dimension.h \
        src/drawingview.h \
+       src/drawcircleaction.h \
+       src/drawlineaction.h \
        src/generaltab.h \
        src/line.h \
        src/main.h \
        src/mathconstants.h \
        src/object.h \
+       src/painter.h \
        src/settingsdialog.h \
        src/vector.h
 
 SOURCES = \
        src/about.cpp \
+       src/action.cpp \
        src/applicationwindow.cpp \
        src/arc.cpp \
        src/circle.cpp \
        src/container.cpp \
        src/dimension.cpp \
        src/drawingview.cpp \
+       src/drawcircleaction.cpp \
+       src/drawlineaction.cpp \
        src/generaltab.cpp \
        src/line.cpp \
        src/main.cpp \
        src/object.cpp \
+       src/painter.cpp \
        src/settingsdialog.cpp \
        src/vector.cpp