summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/doc/qtdeclarative.qdocconf2
-rw-r--r--tests/auto/declarative/declarative.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/qtdeclarative.qdocconf b/src/doc/qtdeclarative.qdocconf
index 6a87d453..96a769be 100644
--- a/src/doc/qtdeclarative.qdocconf
+++ b/src/doc/qtdeclarative.qdocconf
@@ -10,7 +10,7 @@ exampleinstallpath = declarative
qhp.projects = QtDeclarative
qhp.QtDeclarative.file = qtdeclarative.qhp
-qhp.QtDeclarative.namespace = org.qt-project.qtdeclarative.500
+qhp.QtDeclarative.namespace = org.qt-project.qtdeclarative.501
qhp.QtDeclarative.virtualFolder = declarative
qhp.QtDeclarative.indexTitle = Qt Quick
qhp.QtDeclarative.indexRoot =
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 27ae628d..19cf491e 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -1,7 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += \
- examples \
parserstress \
qdeclarativecomponent \
qdeclarativecontext \
@@ -24,6 +23,7 @@ SUBDIRS += \
contains(QT_CONFIG, private_tests) {
SUBDIRS += \
+ examples \
qdeclarativeanchors \
qdeclarativeanimatedimage \
qdeclarativeanimations \