summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qmaterial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qmaterial.cpp')
-rw-r--r--src/render/materialsystem/qmaterial.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/materialsystem/qmaterial.cpp b/src/render/materialsystem/qmaterial.cpp
index 7111dba23..8c85d7293 100644
--- a/src/render/materialsystem/qmaterial.cpp
+++ b/src/render/materialsystem/qmaterial.cpp
@@ -73,7 +73,7 @@
Effect {
id: effect
- technique: [
+ techniques: [
Technique {
id: gl3Technique
graphicsApiFilter {
@@ -302,3 +302,5 @@ QList<QParameter *> QMaterial::parameters() const
} // namespace Qt3DRender
QT_END_NAMESPACE
+
+#include "moc_qmaterial.cpp"