projects
/
profile
/
ivi
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ddf7f1
)
Only build accessibility test when a11y is enabled.
author
Frederik Gladhorn
<frederik.gladhorn@nokia.com>
Mon, 13 Aug 2012 13:07:46 +0000
(15:07 +0200)
committer
Qt by Nokia
<qt-info@nokia.com>
Mon, 13 Aug 2012 15:08:18 +0000
(17:08 +0200)
Change-Id: I4f3012801b2775c75cf84b640c7a9821a6b21075
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
tests/auto/quick/quick.pro
patch
|
blob
|
history
diff --git
a/tests/auto/quick/quick.pro
b/tests/auto/quick/quick.pro
index
00166b3
..
15cbdef
100644
(file)
--- a/
tests/auto/quick/quick.pro
+++ b/
tests/auto/quick/quick.pro
@@
-72,6
+72,8
@@
QUICKTESTS = \
SUBDIRS += $$PUBLICTESTS
+!contains(QT_CONFIG, accessibility):SUBDIRS -= qquickaccessible
+
contains(QT_CONFIG, private_tests) {
SUBDIRS += $$PRIVATETESTS
SUBDIRS += $$QUICKTESTS