diff options
author | Treeki <treeki@gmail.com> | 2010-10-08 17:59:50 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-08 17:59:50 +0200 |
commit | b92673def2816cf8010997c87368d7045944ce63 (patch) | |
tree | 2500cb22dc3654314f80cf844897c34c6326a00e /LayoutStudio.pro | |
parent | e815ed31748e562ff3d16fa8b243a15cbf4a29db (diff) | |
download | LayoutStudio-b92673def2816cf8010997c87368d7045944ce63.tar.gz LayoutStudio-b92673def2816cf8010997c87368d7045944ce63.zip |
tev stage reading added -- I still need to add writing, I'll do this later
Diffstat (limited to '')
-rw-r--r-- | LayoutStudio.pro | 6 |
1 files changed, 4 insertions, 2 deletions
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 |