aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-12-01 17:27:45 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-04 23:31:45 +0100
commit095f537bc9eab042c6eb88e5e671b0914bba5d68 (patch)
tree34920c73ac07132cb6238a8d5a499c9c4065b661 /qtdeclarative.pro
parent39581555642d41aca11cd9fe1ee8ddc6a7b1e0c9 (diff)
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>
Diffstat (limited to 'qtdeclarative.pro')
-rw-r--r--qtdeclarative.pro4
1 files 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)