]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added better visual feedback to add Line and Circle tools.
[architektonas] / architektonas.pro
index 630bbd7bc1b8f211306245a423c05e97ea4904bc..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
@@ -41,28 +41,42 @@ DEPENDPATH = \
 #      fparser/fparser.hh
 
 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
 
 #      src/mainapp/commands.cpp \