summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-07-25 11:44:44 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 12:01:39 +0100
commitd76e133bd1389f83b26e3de5091b68b9dd0a90dc (patch)
tree31f4941f29bfaa2eb97ae79a30c4967e44d9e884 /tests/auto/pdf
parent07c656c301c3d8868eb7fd0f5577d88b870a13b6 (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>
Diffstat (limited to 'tests/auto/pdf')
-rw-r--r--tests/auto/pdf/pdf.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/pdf/pdf.pro b/tests/auto/pdf/pdf.pro
index 41c081c3e..bb4d02075 100644
--- a/tests/auto/pdf/pdf.pro
+++ b/tests/auto/pdf/pdf.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS = qpdfdocument
+qtHaveModule(printsupport): SUBDIRS = qpdfdocument