]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Initial work on making Rotate tool work, plus removal of unneeded files.
[architektonas] / architektonas.pro
index 8c85e012c7a67fcdccb8aa34586e6de88750abbc..a82f9a045b1e2672035fec0a7097b982b1918007 100644 (file)
@@ -2,7 +2,7 @@
 # Architektonas Qt project file
 #
 # by James Hammons
-# Copyright (C) 2011 Underground Software
+# Copyright (C) 2015 Underground Software
 #
 # See the README and GPLv3 files for licensing and warranty information
 #
@@ -64,31 +64,9 @@ HEADERS = \
        src/painter.h \
        src/settingsdialog.h \
        src/structs.h \
+       src/utils.h \
        src/vector.h
 
-#      src/action.h \
-#      src/arc.h \
-#      src/circle.h \
-#      src/connection.h \
-#      src/container.h \
-#      src/dimension.h \
-#      src/drawarcaction.h \
-#      src/drawcircleaction.h \
-#      src/drawdimensionaction.h \
-#      src/drawlineaction.h \
-#      src/drawsplineaction.h \
-#      src/drawtextaction.h \
-#      src/ellipse.h \
-#      src/line.h \
-#      src/mirroraction.h \
-#      src/object.h \
-#      src/rotateaction.h \
-#      src/spline.h \
-#      src/text.h \
-#      src/triangulateaction.h \
-#      src/trimaction.h \
-
-
 SOURCES = \
        src/about.cpp \
        src/applicationwindow.cpp \
@@ -105,27 +83,6 @@ SOURCES = \
        src/main.cpp \
        src/painter.cpp \
        src/settingsdialog.cpp \
+       src/utils.cpp \
        src/vector.cpp
 
-#      src/action.cpp \
-#      src/arc.cpp \
-#      src/circle.cpp \
-#      src/connection.cpp \
-#      src/container.cpp \
-#      src/dimension.cpp \
-#      src/drawarcaction.cpp \
-#      src/drawcircleaction.cpp \
-#      src/drawdimensionaction.cpp \
-#      src/drawlineaction.cpp \
-#      src/drawsplineaction.cpp \
-#      src/drawtextaction.cpp \
-#      src/ellipse.cpp \
-#      src/line.cpp \
-#      src/mirroraction.cpp \
-#      src/object.cpp \
-#      src/rotateaction.cpp \
-#      src/spline.cpp \
-#      src/text.cpp \
-#      src/triangulateaction.cpp \
-#      src/trimaction.cpp \
-