From 649099cfc648d70293d308edf8ab1c24393eddf5 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 10 Feb 2020 17:50:28 +0100 Subject: Add missing pdf dependency for image plugin Change-Id: Iae77cc585257387b401e14b0958d18851ee1eb6b Reviewed-by: Shawn Rutledge --- src/src.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 55924495f..063c148b5 100644 --- a/src/src.pro +++ b/src/src.pro @@ -46,6 +46,7 @@ qtConfig(build-qtpdf):qtConfig(webengine-qtpdf-support) { SUBDIRS += pdf !contains(SUBDIRS, buildtools): SUBDIRS += buildtools !contains(SUBDIRS, plugins): SUBDIRS += plugins + plugins.depends += pdf qtConfig(pdf-widgets) { pdfwidgets.depends = pdf SUBDIRS += pdfwidgets -- cgit v1.2.3