aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-18 13:51:48 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-26 08:22:51 +0000
commitddd8bba3e28ce6bc4b26b906fed977b4de2ab1f0 (patch)
tree17b67493109621f248a7d69024959bad34a2db22 /tests/auto/quick/quick.pro
parent9dd373913cab364c03a4a772517082cad6e511b6 (diff)
Fix disabling of text input and pixmap cache tests on QT_NO_LIBRARY
This way it works with the supported -no-feature-library flag to configure, rather than the unsupportd -D QT_NO_LIBRARY. Also, the the parts of the tests that can be executed stay active now. Change-Id: I082b1c84f148a10eaaf4443c931c395bdd1dc4c3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index 5e37416bdd..5593fd94f6 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -77,11 +77,6 @@ QUICKTESTS = \
touchmouse \
scenegraph
-contains(DEFINES, QT_NO_LIBRARY) {
- PUBLICTESTS -= qquickpixmapcache
- QUICKTESTS -= qquicktextinput
-}
-
SUBDIRS += $$PUBLICTESTS
!contains(QT_CONFIG, accessibility):QUICKTESTS -= qquickaccessible