aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro3
-rw-r--r--tests/auto/quick/qquickaccessible/qquickaccessible.pro2
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 3f5ac6924d..818bbdacfc 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -4,8 +4,7 @@ SUBDIRS=\
quick \
headersclean \
particles \
+ qmltest \
qmldevtools
testcocoon: SUBDIRS -= headersclean
-
-contains(QT_CONFIG, qmltest): SUBDIRS += qmltest
diff --git a/tests/auto/quick/qquickaccessible/qquickaccessible.pro b/tests/auto/quick/qquickaccessible/qquickaccessible.pro
index eef914dac5..97b013883f 100644
--- a/tests/auto/quick/qquickaccessible/qquickaccessible.pro
+++ b/tests/auto/quick/qquickaccessible/qquickaccessible.pro
@@ -18,7 +18,7 @@ OTHER_FILES += data/statictext.qml
CONFIG += parallel_test
wince*: {
- accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
+ accessneeded.files = $$QT.widgets.plugins/accessible/*.dll
accessneeded.path = accessible
DEPLOYMENT += accessneeded
}