move quick dialogs example into an artificial subdirectory again
authorShawn Rutledge <shawn.rutledge@digia.com>
Tue, 11 Jun 2013 12:44:10 +0000 (14:44 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 12 Jun 2013 14:33:37 +0000 (16:33 +0200)
commit278139c5d7bfa338ff75c5225077976ece7490e0
tree3195604fe89e0c86edc0d928a18a9a7d9bee7e1e
parent5ce41d1e77db3f46c396834f698826f4fd998344
move quick dialogs example into an artificial subdirectory again

The trouble with Id28d5718b4b7b475dcd7d62e31c4634219dc3ddc is that
the build assumes that all example directories are subdirectories, so
the examples-manifest.xml will point to the wrong place and creator
ends up not having the example on the welcome page.  That's more rigid
than it should be, but we might as well use the opportunity to
distinguish system dialogs from any QML-only dialogs that might be
added to this module later on.

Change-Id: I6e7261e096d75df560c6ce608af4c54b82e52d13
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
examples/quick/dialogs/dialogs.pro
examples/quick/dialogs/systemdialogs/ColorDialogs.qml [moved from examples/quick/dialogs/ColorDialogs.qml with 100% similarity]
examples/quick/dialogs/systemdialogs/FileDialogs.qml [moved from examples/quick/dialogs/FileDialogs.qml with 100% similarity]
examples/quick/dialogs/systemdialogs/doc/images/systemdialogs-example.jpg [moved from examples/quick/dialogs/doc/images/dialogs-example.jpg with 100% similarity]
examples/quick/dialogs/systemdialogs/doc/src/systemdialogs.qdoc [moved from examples/quick/dialogs/doc/src/dialogs.qdoc with 78% similarity]
examples/quick/dialogs/systemdialogs/main.cpp [moved from examples/quick/dialogs/main.cpp with 96% similarity]
examples/quick/dialogs/systemdialogs/systemdialogs.pro [new file with mode: 0644]
examples/quick/dialogs/systemdialogs/systemdialogs.qml [moved from examples/quick/dialogs/dialogs.qml with 100% similarity]
examples/quick/dialogs/systemdialogs/systemdialogs.qrc [moved from examples/quick/dialogs/dialogs.qrc with 78% similarity]