diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-16 23:41:43 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-05-16 23:41:43 +0200 |
| commit | 1faecafbc6cc74daa8d0a781c0b54f2c778b04b0 (patch) | |
| tree | 75e3915d245ead47b0e03ef6b544c714b4145cef /GUI_SS2015.pro | |
| parent | 1f1550f77e33bf32eb715eb62dd68751c07f9c0e (diff) | |
| download | GUI_SS2015-1faecafbc6cc74daa8d0a781c0b54f2c778b04b0.tar.gz GUI_SS2015-1faecafbc6cc74daa8d0a781c0b54f2c778b04b0.zip | |
Add 2d drawing for lines.
Diffstat (limited to 'GUI_SS2015.pro')
| -rw-r--r-- | GUI_SS2015.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/GUI_SS2015.pro b/GUI_SS2015.pro index 263d369..6db3c44 100644 --- a/GUI_SS2015.pro +++ b/GUI_SS2015.pro @@ -16,12 +16,14 @@ SOURCES += main.cpp\ mainwindow.cpp \ dlgpreferences.cpp \ interactioncanvas.cpp \ - languagedialog.cpp + languagedialog.cpp \ + line.cpp HEADERS += mainwindow.h \ dlgpreferences.h \ interactioncanvas.h \ - languagedialog.h + languagedialog.h \ + line.h FORMS += mainwindow.ui \ dlgpreferences.ui \ |
