From c2cd2300ab03a41999b8e4e38cf0d29abb786918 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 8 Oct 2010 23:46:51 +0200 Subject: material structs finished... finally :( testing time now! --- LayoutStudio.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'LayoutStudio.pro') diff --git a/LayoutStudio.pro b/LayoutStudio.pro index b087b3e..8665bcd 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -26,7 +26,9 @@ SOURCES += main.cpp \ lyt/materials/chanctrl.cpp \ lyt/materials/tevswaptable.cpp \ lyt/materials/indirectstage.cpp \ - lyt/materials/tevstage.cpp + lyt/materials/tevstage.cpp \ + lyt/materials/alphacompare.cpp \ + lyt/materials/blendmode.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -48,7 +50,9 @@ HEADERS += lsmainwindow.h \ lyt/materials/chanctrl.h \ lyt/materials/tevswaptable.h \ lyt/materials/indirectstage.h \ - lyt/materials/tevstage.h + lyt/materials/tevstage.h \ + lyt/materials/alphacompare.h \ + lyt/materials/blendmode.h FORMS += lsmainwindow.ui RESOURCES += resources.qrc -- cgit v1.2.3