From 370855d8f6e1f09710262c76eb00e0e97ed9bde9 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 28 Jan 2020 15:02:07 +0100 Subject: FIXUP: fix makefile warnings after qtpdf merge Fix "warning: ignoring old recipe for target" Change-Id: Idf86004709a8e5394594f5b6a3138d01c5e48b58 Reviewed-by: Allan Sandfeld Jensen --- src/src.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index a9c58390c..6b45ac84a 100644 --- a/src/src.pro +++ b/src/src.pro @@ -42,7 +42,9 @@ qtConfig(build-qtwebengine-core):qtConfig(webengine-core-support) { qtConfig(build-qtpdf):qtConfig(webengine-qtpdf-support) { pdf.depends = buildtools - SUBDIRS += buildtools pdf plugins + SUBDIRS += pdf + !contains(SUBDIRS, buildtools): SUBDIRS += buildtools + !contains(SUBDIRS, plugins): SUBDIRS += plugins qtConfig(pdf-widgets) { pdfwidgets.depends = pdf SUBDIRS += pdfwidgets -- cgit v1.2.3