From 095f537bc9eab042c6eb88e5e671b0914bba5d68 Mon Sep 17 00:00:00 2001
From: Alan Alpert <alan.alpert@nokia.com>
Date: Thu, 1 Dec 2011 17:27:45 +1000
Subject: [PATCH] Examples has grown to more than just declarative.

The examples.pro file should no longer be skipped.

Change-Id: I2af08eec7fa69b996d1b6f237f40259c89f326f6
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
---
 qtdeclarative.pro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qtdeclarative.pro b/qtdeclarative.pro
index 306b7a2002..2d3d6c7492 100644
--- a/qtdeclarative.pro
+++ b/qtdeclarative.pro
@@ -7,7 +7,7 @@ module_qtdeclarative_tools.subdir = tools
 module_qtdeclarative_tools.target = module-qtdeclarative-tools
 module_qtdeclarative_tools.depends = module_qtdeclarative_src
 
-module_qtdeclarative_examples.subdir = examples/declarative
+module_qtdeclarative_examples.subdir = examples
 module_qtdeclarative_examples.target = module-qtdeclarative-examples
 module_qtdeclarative_examples.depends = module_qtdeclarative_src
 !contains(QT_BUILD_PARTS,examples) {
@@ -25,4 +25,4 @@ SUBDIRS += module_qtdeclarative_src \
            module_qtdeclarative_examples \
            module_qtdeclarative_tests \
 
-include(doc/config/qtdeclarative_doc.pri)
\ No newline at end of file
+include(doc/config/qtdeclarative_doc.pri)
-- 
GitLab