summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-06-27 19:09:04 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-06-27 19:27:32 +0200
commit1ae8a847efc1dd7ef1afad8f7a458d1fab2264d5 (patch)
tree68f7059fe48afc8a296ce1005e830ed8e4a273ef /doc
parentc9c6a5e719141e66278110b5c5e95a4427bb6162 (diff)
downloadqtenginio-1ae8a847efc1dd7ef1afad8f7a458d1fab2264d5.tar.gz
Sanitize example dir structure
Because of the way the documentation is built we can only have unique project names for the examples. Since this change will break deployment of examples yet again, the directory structure has been sanitized to have it clean in the future. This has the advantage that the examples show up sensibly in Qt Creator as well - instead of two times the same name.
Diffstat (limited to 'doc')
-rw-r--r--doc/enginio-qt.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/enginio-qt.qdocconf b/doc/enginio-qt.qdocconf
index d7a3e75..06afe5d 100644
--- a/doc/enginio-qt.qdocconf
+++ b/doc/enginio-qt.qdocconf
@@ -15,8 +15,8 @@ outputdir = ./html
outputformats = HTML
exampledirs += \
- ../examples/qml \
- ../examples/qt \
+ ../examples/quick \
+ ../examples/widgets \
snippets \
../tests/auto \