summaryrefslogtreecommitdiffstats
path: root/GUI_SS2015.pro
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-17 19:19:38 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-17 19:19:38 +0200
commit2778d2d6c0821a7a1622ca4312416739525781be (patch)
tree8589cab180728a024b8bd29a01fd9a5e85e9bce4 /GUI_SS2015.pro
parent31eb4d5361026dad3107dc647ac7c3ff63f50c7b (diff)
downloadGUI_SS2015-2778d2d6c0821a7a1622ca4312416739525781be.tar.gz
GUI_SS2015-2778d2d6c0821a7a1622ca4312416739525781be.zip
Add different shapes for drawing
Diffstat (limited to 'GUI_SS2015.pro')
-rw-r--r--GUI_SS2015.pro10
1 files changed, 8 insertions, 2 deletions
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 \