summaryrefslogtreecommitdiffstats
path: root/GUI_SS2015.pro
diff options
context:
space:
mode:
Diffstat (limited to 'GUI_SS2015.pro')
-rw-r--r--GUI_SS2015.pro6
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 \