]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Added ability to manipulate Lines by click & drag.
[architektonas] / architektonas.pro
index f29891e073ee12ed766cccd7fded7c630d7513af..8c85e012c7a67fcdccb8aa34586e6de88750abbc 100644 (file)
@@ -7,8 +7,8 @@
 # See the README and GPLv3 files for licensing and warranty information
 #
 
-#CONFIG    += qt warn_on release debug
-CONFIG    += qt warn_on release
+CONFIG    += qt warn_on release debug
+#CONFIG    += qt warn_on release
 RESOURCES += res/architektonas.qrc
 #LIBS      += -Ldxflib/lib -ldxf
 QT        += widgets
@@ -55,6 +55,7 @@ HEADERS = \
        src/drawingview.h \
        src/fileio.h \
        src/generaltab.h \
+       src/geometry.h \
        src/global.h \
        src/layerwidget.h \
        src/layeritemwidget.h \
@@ -78,7 +79,6 @@ HEADERS = \
 #      src/drawsplineaction.h \
 #      src/drawtextaction.h \
 #      src/ellipse.h \
-#      src/geometry.h \
 #      src/line.h \
 #      src/mirroraction.h \
 #      src/object.h \
@@ -98,6 +98,7 @@ SOURCES = \
        src/drawingview.cpp \
        src/fileio.cpp \
        src/generaltab.cpp \
+       src/geometry.cpp \
        src/global.cpp \
        src/layerwidget.cpp \
        src/layeritemwidget.cpp \
@@ -119,7 +120,6 @@ SOURCES = \
 #      src/drawsplineaction.cpp \
 #      src/drawtextaction.cpp \
 #      src/ellipse.cpp \
-#      src/geometry.cpp \
 #      src/line.cpp \
 #      src/mirroraction.cpp \
 #      src/object.cpp \