diff options
Diffstat (limited to 'GUI_SS2015.pro')
| -rw-r--r-- | GUI_SS2015.pro | 10 |
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 \ |
