From c6b448a4b1a1ca3125d035b9110c428396fcbdf5 Mon Sep 17 00:00:00 2001 From: Joona Petrell Date: Mon, 12 Sep 2011 17:20:53 +0300 Subject: [PATCH] Fix QtDeclarative refactor branch clean compilation Change-Id: I6a5d6cc4de7a7b50cbf49a535cd764cb07ce3c40 Reviewed-on: http://codereview.qt-project.org/4684 Reviewed-by: Qt Sanity Bot Reviewed-by: Vesa Rantanen --- src/declarative/scenegraph/scenegraph.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarative/scenegraph/scenegraph.pri b/src/declarative/scenegraph/scenegraph.pri index b628a47..d29a3bc 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 \ -- 2.7.4