]> Shamusworld >> Repos - architektonas/blobdiff - architektonas.pro
Throw away unnecessary code in DrawingView. :-D
[architektonas] / architektonas.pro
index a82f9a045b1e2672035fec0a7097b982b1918007..4375488b723ae70bb20659bebc3ddd6630551527 100644 (file)
@@ -2,7 +2,7 @@
 # Architektonas Qt project file
 #
 # by James Hammons
-# Copyright (C) 2015 Underground Software
+# Copyright (C) 2020 Underground Software
 #
 # See the README and GPLv3 files for licensing and warranty information
 #
@@ -61,7 +61,10 @@ HEADERS = \
        src/layeritemwidget.h \
        src/main.h \
        src/mathconstants.h \
+       src/objectwidget.h \
+       src/penwidget.h \
        src/painter.h \
+       src/rect.h \
        src/settingsdialog.h \
        src/structs.h \
        src/utils.h \
@@ -81,7 +84,10 @@ SOURCES = \
        src/layerwidget.cpp \
        src/layeritemwidget.cpp \
        src/main.cpp \
+       src/objectwidget.cpp \
+       src/penwidget.cpp \
        src/painter.cpp \
+       src/rect.cpp \
        src/settingsdialog.cpp \
        src/utils.cpp \
        src/vector.cpp