aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-09-12 17:20:53 +0300
committerVesa Rantanen <vesa.rantanen@nokia.com>2011-09-12 16:44:49 +0200
commitc6b448a4b1a1ca3125d035b9110c428396fcbdf5 (patch)
tree6283568905b93c184586c64f1c11394b4ce7328c /src
parentafab3625c0287c51fbc5fc07b37522d1809dfb13 (diff)
Fix QtDeclarative refactor branch clean compilation
Change-Id: I6a5d6cc4de7a7b50cbf49a535cd764cb07ce3c40 Reviewed-on: http://codereview.qt-project.org/4684 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Vesa Rantanen <vesa.rantanen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/scenegraph/scenegraph.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/scenegraph/scenegraph.pri b/src/declarative/scenegraph/scenegraph.pri
index b628a4708d..d29a3bc561 100644
--- a/src/declarative/scenegraph/scenegraph.pri
+++ b/src/declarative/scenegraph/scenegraph.pri
@@ -30,7 +30,7 @@ HEADERS += \
$$PWD/util/qsgsimpletexturenode.h \
$$PWD/util/qsgtexturematerial.h \
$$PWD/util/qsgtexturematerial_p.h \
- $$PWD/util/qsgvertexcolormaterial_p.h \
+ $$PWD/util/qsgvertexcolormaterial.h \
$$PWD/util/qsgtexture.h \
$$PWD/util/qsgtexture_p.h \
$$PWD/util/qsgtextureprovider_p.h \