From 21995a61589dbf2c9f1b529f8dc84464f3341bdc Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 30 Jul 2018 14:50:59 +0200 Subject: Fix dependencies of the qtdoc module After commit 01d2f35b6988edacc741b358703d16d4cd8c199a in qtbase, the existing CONFIG+=lrelease in examples/demos/photoviewer/photoviewer.pro now calls lrelease and thus requires qttools. Change-Id: I7cabc70fc6316a49793d7e91a493d8a5e5028295 Reviewed-by: Kai Koehne --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 4c92602b..759ea491 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,7 +57,7 @@ status = essential priority = 30 [submodule "qtdoc"] - depends = qtdeclarative + depends = qtdeclarative qttools path = qtdoc url = ../qtdoc.git branch = dev -- cgit v1.2.3