diff options
Diffstat (limited to 'LayoutStudio.pro')
-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 |