From b92673def2816cf8010997c87368d7045944ce63 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 8 Oct 2010 17:59:50 +0200 Subject: tev stage reading added -- I still need to add writing, I'll do this later --- LayoutStudio.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'LayoutStudio.pro') diff --git a/LayoutStudio.pro b/LayoutStudio.pro index cce0778..b087b3e 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -25,7 +25,8 @@ SOURCES += main.cpp \ lyt/materials/texcoordgen.cpp \ lyt/materials/chanctrl.cpp \ lyt/materials/tevswaptable.cpp \ - lyt/materials/indirectstage.cpp + lyt/materials/indirectstage.cpp \ + lyt/materials/tevstage.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -46,7 +47,8 @@ HEADERS += lsmainwindow.h \ lyt/materials/texcoordgen.h \ lyt/materials/chanctrl.h \ lyt/materials/tevswaptable.h \ - lyt/materials/indirectstage.h + lyt/materials/indirectstage.h \ + lyt/materials/tevstage.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc -- cgit v1.2.3