From 7b16ab246d5c8241f08c0ffa3a87c9803ec4aa50 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 2 Sep 2020 15:43:52 +0200 Subject: 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 Reviewed-by: Leena Miettinen --- installerfw.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'installerfw.pro') 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} -- cgit v1.2.3