summaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-04-24 13:20:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-24 14:34:57 +0200
commit18a00cc7b236dd959cb6c2cb526c4a7b27a01de9 (patch)
tree74cb78a7bef0344bf8de15040822a75fcc75a89d /src/src.pro
parent8f97081dbdef48c5da61fefda104e150d7ebb25b (diff)
Build snippet outside of example build configurations too.
This is a partial revert of 9615e7fbf439d0b2b9476ea7cb15ad145e675583. The CI does not test a combined developer-build and example configuration. Ensuring the snippet compiles is mostly a private test. This patch drops the additional example condition to provide an increased chance of compiling the snippets on the CI. So far the condition never triggered and hence the CI couldn't ensure a compiling snippet. Task-number: QTBUG-37638 Change-Id: I8d815c6ddeaa2955c2824697a937d3b08729b979 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/src.pro b/src/src.pro
index cf918574..e017d34b 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -10,11 +10,6 @@ contains(QT_CONFIG, private_tests) {
nfc_doc_snippets.subdir = nfc/doc/snippets
nfc_doc_snippets.depends = nfc
- !contains(QT_BUILD_PARTS, examples) {
- bluetooth_doc_snippets.CONFIG = no_default_target no_default_install
- nfc_doc_snippets.CONFIG = no_default_target no_default_install
- }
-
SUBDIRS += bluetooth_doc_snippets nfc_doc_snippets
}