#------------------------------------------------- # # Project created by QtCreator 2015-03-19T13:14:53 # #------------------------------------------------- QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = GUI_SS2015 TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ dlgpreferences.cpp \ interactioncanvas.cpp \ languagedialog.cpp \ line.cpp \ rectangle.cpp \ ellipse.cpp \ polygon.cpp HEADERS += mainwindow.h \ dlgpreferences.h \ interactioncanvas.h \ languagedialog.h \ line.h \ rectangle.h \ ellipse.h \ polygon.h FORMS += mainwindow.ui \ dlgpreferences.ui \ languagedialog.ui TRANSLATIONS += \ german.ts RESOURCES += \ translations.qrc