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 890250c..927eb1f 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -44,7 +44,9 @@ SOURCES += main.cpp \ lsmaterialeditor.cpp \ lscolorpicker.cpp \ lsmaterialmodel.cpp \ - lsseteditor.cpp + lsseteditor.cpp \ + ctr/image.cpp \ + ctr/rg_etc1.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -88,7 +90,9 @@ HEADERS += lsmainwindow.h \ lscolorpicker.h \ lsmaterialmodel.h \ lsseteditor.h \ - lsmaterialeditors.h + lsmaterialeditors.h \ + ctr/image.h \ + ctr/rg_etc1.h FORMS += RESOURCES += resources.qrc |