summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-10-05 10:18:49 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2018-10-05 10:49:54 +0000
commit1251d22560474bd5272ed31923bd42122a39f9ae (patch)
tree5a61f7fe7f29217cdc8e251f31d5063bc162dfca
parent0cef96095719ecf472d5a1a147a50fc17e126bd4 (diff)
downloadqttools-1251d22560474bd5272ed31923bd42122a39f9ae.tar.gz
Don't build Assistant if Qt Sql is missing
Assistant requires Qt Sql to build. Change-Id: Ia7319df78b1e1dd0f2092db1542a2462430309b2 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--src/assistant/assistant.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assistant/assistant.pro b/src/assistant/assistant.pro
index ec6377db5..2d3ca5690 100644
--- a/src/assistant/assistant.pro
+++ b/src/assistant/assistant.pro
@@ -1,3 +1,4 @@
+requires(qtHaveModule(sql))
TEMPLATE = subdirs
SUBDIRS += \