diff options
author | Jerome Pasion <[email protected]> | 2013-08-12 17:53:40 +0200 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-08-13 14:52:27 +0200 |
commit | 6cd8b6830039aea7f748527882942752f900cefd (patch) | |
tree | 6151f16615fedc72030b370b3f8e421a10f9ee4a /examples/quick/quick.pro | |
parent | f0e285381800c0809e5bfd3a4871a2283ea10fb9 (diff) |
Doc: Renamed accessibility example to "quick-accessibility".
-Generated HTML file name conflicted with accessibility group.
Task-number: QTBUG-32580
Change-Id: I5f5a4bb8134268c58105ea61d5ae3bbdd35c0d50
Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r-- | examples/quick/quick.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro index 311e264af1..e4c00fffa1 100644 --- a/examples/quick/quick.pro +++ b/examples/quick/quick.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = accessibility \ +SUBDIRS = quick-accessibility \ animation \ draganddrop \ canvas \ |