#------------------------------------------------- # # Project created by QtCreator 2011-12-19T11:46:49 # #------------------------------------------------- QT += core gui TARGET = task4p TEMPLATE = app SOURCES += main.cpp\ mainwindow.cpp \ Vector3D.cpp \ Thor.cpp \ Sphere.cpp \ Serial.cpp \ Ray.cpp \ Material.cpp \ Light.cpp HEADERS += mainwindow.h \ Vector3D.h \ Thor.h \ Sphere.h \ Serial.h \ Ray.h \ Material.h \ Light.h