summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-09-02 15:43:52 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-09-16 14:18:02 +0300
commit7b16ab246d5c8241f08c0ffa3a87c9803ec4aa50 (patch)
tree9a0e40f97e83fd65049901d0f5521f01daae7584 /installerfw.pro
parente1dc7d5340725f04a8e85c7581d4be2387fb423e (diff)
Replace hand-rolled doc targets with ones provided by Qt
This helps to provide correct include paths to QDoc as it requires them from 5.11 onwards. Add a custom module header that pulls in the required header files into the doc build. Change-Id: I857ec5cd49e6c6c586baed6f1e39f2e9ceb900b4 Reviewed-by: Katja Marttila <katja.marttila@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'installerfw.pro')
-rw-r--r--installerfw.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/installerfw.pro b/installerfw.pro
index ae3d58b3f..9d6a7fb68 100644
--- a/installerfw.pro
+++ b/installerfw.pro
@@ -1,11 +1,10 @@
TEMPLATE = subdirs
-SUBDIRS += src tools
+SUBDIRS += src tools doc
tools.depends = src
requires(!cross_compile)
include (installerfw.pri)
-include (doc/doc.pri)
BUILD_TESTS = $$(BUILDTESTS)
isEmpty(BUILD_TESTS):BUILD_TESTS=$${BUILDTESTS}