diff options
Diffstat (limited to 'GUI_SS2015.pro')
| -rw-r--r-- | GUI_SS2015.pro | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/GUI_SS2015.pro b/GUI_SS2015.pro index f6527fc..263d369 100644 --- a/GUI_SS2015.pro +++ b/GUI_SS2015.pro @@ -15,11 +15,20 @@ TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ dlgpreferences.cpp \ - interactioncanvas.cpp + interactioncanvas.cpp \ + languagedialog.cpp HEADERS += mainwindow.h \ dlgpreferences.h \ - interactioncanvas.h + interactioncanvas.h \ + languagedialog.h FORMS += mainwindow.ui \ - dlgpreferences.ui + dlgpreferences.ui \ + languagedialog.ui + +TRANSLATIONS += \ + german.ts + +RESOURCES += \ + translations.qrc |
