diff options
author | Frederik Gladhorn <[email protected]> | 2018-06-16 10:32:34 +0200 |
---|---|---|
committer | Shawn Rutledge <[email protected]> | 2018-07-12 20:23:24 +0000 |
commit | fa3c840ef1ff2100ccca6866528ac1f008c8e3a7 (patch) | |
tree | f5f54c46a177e8a6041796da99108e515e402526 /tests/auto/quick/examples/tst_examples.cpp | |
parent | 6c1ce43ce6399d7e40f4c57d3c9ca543ab760980 (diff) |
Move demos to qtdoc repository
These demos use several modules and moving them allows to use for
example Qt Quick Controls 2 in them.
Change-Id: I1f352671dec672665e9fdb6a9c2a7c6e25a002b0
Reviewed-by: Paul Wicking <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
Reviewed-by: Nico Vertriest <[email protected]>
Reviewed-by: Frederik Gladhorn <[email protected]>
Diffstat (limited to 'tests/auto/quick/examples/tst_examples.cpp')
-rw-r--r-- | tests/auto/quick/examples/tst_examples.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp index eee8dfcf26..ea8830fefa 100644 --- a/tests/auto/quick/examples/tst_examples.cpp +++ b/tests/auto/quick/examples/tst_examples.cpp @@ -74,7 +74,6 @@ tst_examples::tst_examples() { // Add files to exclude here excludedFiles << "snippets/qml/listmodel/listmodel.qml"; //Just a ListModel, no root QQuickItem - excludedFiles << "examples/quick/demos/photosurface/photosurface.qml"; // root item is Window rather than Item // Add directories you want excluded here excludedDirs << "shared"; //Not an example @@ -91,9 +90,6 @@ tst_examples::tst_examples() excludedFiles << "examples/quick/shapes/content/interactive.qml"; // relies on resources #ifdef QT_NO_XMLPATTERNS - excludedDirs << "demos/twitter"; - excludedDirs << "demos/flickr"; - excludedDirs << "demos/photoviewer"; excludedFiles << "snippets/qml/xmlrole.qml"; excludedFiles << "particles/itemparticle/particleview.qml"; excludedFiles << "views/visualdatamodel/slideshow.qml"; |