From 2778d2d6c0821a7a1622ca4312416739525781be Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 17 May 2015 19:19:38 +0200 Subject: Add different shapes for drawing --- GUI_SS2015.pro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'GUI_SS2015.pro') diff --git a/GUI_SS2015.pro b/GUI_SS2015.pro index 6db3c44..49d6038 100644 --- a/GUI_SS2015.pro +++ b/GUI_SS2015.pro @@ -17,13 +17,19 @@ SOURCES += main.cpp\ dlgpreferences.cpp \ interactioncanvas.cpp \ languagedialog.cpp \ - line.cpp + line.cpp \ + rectangle.cpp \ + ellipse.cpp \ + polygon.cpp HEADERS += mainwindow.h \ dlgpreferences.h \ interactioncanvas.h \ languagedialog.h \ - line.h + line.h \ + rectangle.h \ + ellipse.h \ + polygon.h FORMS += mainwindow.ui \ dlgpreferences.ui \ -- cgit v1.2.3-70-g09d2