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