aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/quick.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-11 17:49:00 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-06-15 12:54:58 +0000
commitfce4a244438724507dab5a4e473efe0916309ae2 (patch)
tree885df013465c3f0dabb9505b01a62e237d16ccd8 /tests/auto/quick/quick.pro
parent5905ceed8a4f46399ba4b6b93ef71beb14c855fd (diff)
Disable pixmap cache and text input tests if QT_NO_LIBRARY
They depend on loading plugins. Change-Id: Iee2ec4306a9ee2eae6447ee28552c010e4d31b8c Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'tests/auto/quick/quick.pro')
-rw-r--r--tests/auto/quick/quick.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro
index e909b96cb7..5e37416bdd 100644
--- a/tests/auto/quick/quick.pro
+++ b/tests/auto/quick/quick.pro
@@ -77,6 +77,10 @@ QUICKTESTS = \
touchmouse \
scenegraph
+contains(DEFINES, QT_NO_LIBRARY) {
+ PUBLICTESTS -= qquickpixmapcache
+ QUICKTESTS -= qquicktextinput
+}
SUBDIRS += $$PUBLICTESTS