From 1faecafbc6cc74daa8d0a781c0b54f2c778b04b0 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sat, 16 May 2015 23:41:43 +0200 Subject: Add 2d drawing for lines. --- GUI_SS2015.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'GUI_SS2015.pro') 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 \ -- cgit v1.2.3-70-g09d2