aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-10-15 12:55:42 +0200
committerKai Koehne <kai.koehne@qt.io>2018-10-15 14:29:21 +0000
commit53240b099cf801ec51e5facdf159e35a3fef2cd9 (patch)
treeb04c2241a1c2601ea805ddc392e02ddc9e1b8bc6 /tests/auto/quick/examples
parentc3c988e186d2c3bc2480191ed5c62acd128b5f7b (diff)
Remove old 'Getting started with Qt Quick' example
The example is actually not very easy to build, and arguably too complex for a 'getting started' example. qtdoc commit 1df7011858 therefore replaced it by the alarms example in the documentation. Task-number: QTBUG-66064 Change-Id: I2f2776c649410575aef71948f64b358d60233022 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
Diffstat (limited to 'tests/auto/quick/examples')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index ea8830fefa..b3fc87a8de 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -79,7 +79,6 @@ tst_examples::tst_examples()
excludedDirs << "shared"; //Not an example
excludedDirs << "snippets/qml/path"; //No root QQuickItem
excludedDirs << "examples/qml/qmlextensionplugins"; //Requires special import search path
- excludedDirs << "examples/quick/tutorials/gettingStartedQml"; //C++ example, but no cpp files in root dir
// These snippets are not expected to run on their own.
excludedDirs << "snippets/qml/visualdatamodel_rootindex";