summaryrefslogtreecommitdiffstats
path: root/src/pdf/quick/quick.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-07-20 12:31:50 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-07-23 15:12:57 +0200
commit91b6803038298cdd30f3b8817b1b06d4ad2afd93 (patch)
tree9b7df0aca6727afcb66d35ba9bb9f9e2a29d16a8 /src/pdf/quick/quick.pro
parente0a67c6fce6c97053d9e917623dd3d29aba63ca5 (diff)
Fix prl generation in sub modules of webengine repo
QtPdf and QtWebEngine builds are producing few libraries in one build. This creates some corner cases like prl file generation. Paths in prl files are replaced on installation with sed. Unfortunately this will not work well if we build libraries which depends on not yet installed libs, since prl files reused by build are not processed by sed. Add workaround in this case so all depend libs are aware of their static dependencies and generate correct prl files. Task-number: QTBUG-85616 Change-Id: I0dbeb96bccbc4865dd52dea7c5d619f8cda1a596 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/pdf/quick/quick.pro')
-rw-r--r--src/pdf/quick/quick.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/quick/quick.pro b/src/pdf/quick/quick.pro
index bd6bc8827..47c559091 100644
--- a/src/pdf/quick/quick.pro
+++ b/src/pdf/quick/quick.pro
@@ -36,5 +36,5 @@ HEADERS += \
qquicktableviewextra_p.h \
QT += pdf pdf-private gui core qml quick quick-private
-
+include($${OUT_PWD}/../$$getConfigDir()/QtPdf_static_dep.pri)
load(qml_plugin)