diff options
author | Treeki <treeki@gmail.com> | 2012-09-06 00:31:19 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-06 00:31:19 +0200 |
commit | 2e52bea24a65cf70380c4e13c2f9f1238f023e91 (patch) | |
tree | 771d4c0b74db52ebecde1af722714905a072b149 /LayoutStudio.pro | |
parent | f928869357765e3a73501064408bb7bc0ee363ef (diff) | |
download | LayoutStudio-2e52bea24a65cf70380c4e13c2f9f1238f023e91.tar.gz LayoutStudio-2e52bea24a65cf70380c4e13c2f9f1238f023e91.zip |
some black magic involving templates which doesn't even work, pushing so I can work on it at home
Diffstat (limited to 'LayoutStudio.pro')
-rw-r--r-- | LayoutStudio.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LayoutStudio.pro b/LayoutStudio.pro index e4c57c6..2c937a3 100644 --- a/LayoutStudio.pro +++ b/LayoutStudio.pro @@ -43,7 +43,8 @@ SOURCES += main.cpp \ lstexcoordseteditor.cpp \ lsmaterialeditor.cpp \ lscolorpicker.cpp \ - lsmaterialmodel.cpp + lsmaterialmodel.cpp \ + lsseteditor.cpp HEADERS += lsmainwindow.h \ lsglobals.h \ lyt/packagebase.h \ @@ -85,7 +86,8 @@ HEADERS += lsmainwindow.h \ lstexcoordseteditor.h \ lsmaterialeditor.h \ lscolorpicker.h \ - lsmaterialmodel.h + lsmaterialmodel.h \ + lsseteditor.h FORMS += RESOURCES += resources.qrc |