diff options
author | Treeki <treeki@gmail.com> | 2010-10-08 23:46:51 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-08 23:46:51 +0200 |
commit | c2cd2300ab03a41999b8e4e38cf0d29abb786918 (patch) | |
tree | 8b03994c84a9e7b2be0a6c39d9c85bec7315575a /LayoutStudio.pro | |
parent | b92673def2816cf8010997c87368d7045944ce63 (diff) | |
download | LayoutStudio-c2cd2300ab03a41999b8e4e38cf0d29abb786918.tar.gz LayoutStudio-c2cd2300ab03a41999b8e4e38cf0d29abb786918.zip |
material structs finished... finally :( testing time now!
Diffstat (limited to '')
-rw-r--r-- | LayoutStudio.pro | 8 |
1 files changed, 6 insertions, 2 deletions
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 |