]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added better visual feedback to add Line and Circle tools.
[architektonas] / architektonas.pro
index 5d00725a32059260d3aa892b5d7c636f061a04cd..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,12 +42,15 @@ 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 \
@@ -59,12 +62,15 @@ HEADERS = \
 
 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 \