Examples has grown to more than just declarative.
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 1 Dec 2011 07:27:45 +0000 (17:27 +1000)
committerQt by Nokia <qt-info@nokia.com>
Sun, 4 Dec 2011 22:31:45 +0000 (23:31 +0100)
The examples.pro file should no longer be skipped.

Change-Id: I2af08eec7fa69b996d1b6f237f40259c89f326f6
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
qtdeclarative.pro

index 306b7a2..2d3d6c7 100644 (file)
@@ -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)