Skip to content

Commit

Permalink
Examples has grown to more than just declarative.
Browse files Browse the repository at this point in the history
The examples.pro file should no longer be skipped.

Change-Id: I2af08eec7fa69b996d1b6f237f40259c89f326f6
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
  • Loading branch information
Alan Alpert authored and Qt by Nokia committed Dec 4, 2011
1 parent 3958155 commit 095f537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtdeclarative.pro
Expand Up @@ -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) {
Expand All @@ -25,4 +25,4 @@ SUBDIRS += module_qtdeclarative_src \
module_qtdeclarative_examples \
module_qtdeclarative_tests \

include(doc/config/qtdeclarative_doc.pri)
include(doc/config/qtdeclarative_doc.pri)

0 comments on commit 095f537

Please sign in to comment.