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 5bb0a3e..f6527fc 100644
--- a/GUI_SS2015.pro
+++ b/GUI_SS2015.pro
@@ -14,10 +14,12 @@ TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
- dlgpreferences.cpp
+ dlgpreferences.cpp \
+ interactioncanvas.cpp
HEADERS += mainwindow.h \
- dlgpreferences.h
+ dlgpreferences.h \
+ interactioncanvas.h
FORMS += mainwindow.ui \
dlgpreferences.ui