diff options
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index a1423b7..cce0778 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -22,7 +22,10 @@ SOURCES += main.cpp \ lyt/group.cpp \ lyt/materials/texmap.cpp \ lyt/materials/texsrt.cpp \ - lyt/materials/texcoordgen.cpp + lyt/materials/texcoordgen.cpp \ + lyt/materials/chanctrl.cpp \ + lyt/materials/tevswaptable.cpp \ + lyt/materials/indirectstage.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -40,7 +43,10 @@ HEADERS += lsmainwindow.h \ lyt/group.h \ lyt/materials/texmap.h \ lyt/materials/texsrt.h \ - lyt/materials/texcoordgen.h + lyt/materials/texcoordgen.h \ + lyt/materials/chanctrl.h \ + lyt/materials/tevswaptable.h \ + lyt/materials/indirectstage.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc |