summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-07-25 11:44:44 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-07-25 14:19:46 +0000
commite4322ad035dd380a5f5330799a0e8eb1c093ba24 (patch)
treec5e17e40ca61d742691b8380d8a6461e029bbb0e
parent78b27edbaabb3f7464912131e9b316906e1abd7c (diff)
Skip build of auto-test when print support is disabled in the Qt build
Change-Id: I86bd5779ae4fee7dfba0b7a2121128120dbe3a5b Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
-rw-r--r--tests/auto/auto.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 41c081c..bb4d020 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = qpdfdocument
+qtHaveModule(printsupport): SUBDIRS = qpdfdocument