summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qtxmlpatterns.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtxmlpatterns.pro b/qtxmlpatterns.pro
index effac28..bd5da3c 100644
--- a/qtxmlpatterns.pro
+++ b/qtxmlpatterns.pro
@@ -10,6 +10,9 @@ module_qtxmlpatterns_tools.depends = module_qtxmlpatterns_src
module_qtxmlpatterns_examples.subdir = examples/xmlpatterns
module_qtxmlpatterns_examples.target = module-qtxmlpatterns-examples
module_qtxmlpatterns_examples.depends = module_qtxmlpatterns_src
+!contains(QT_BUILD_PARTS,examples) {
+ module_qtxmlpatterns_examples.CONFIG = no_default_target no_default_install
+}
module_qtxmlpatterns_tests.subdir = tests
module_qtxmlpatterns_tests.target = module-qtxmlpatterns-tests