summaryrefslogtreecommitdiff
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-09-10 11:19:33 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-10-06 09:55:32 +0200
commitd8c7d966b1ca87eef2a3a9650808a22e4a031bc9 (patch)
treeb1935e43a513d5c67e0eaa42e684f874a26fe783 /examples/examples.pro
parent4ff58f93db3e78d6d309f2648c3dd3152fe63168 (diff)
downloadqtwebengine-d8c7d966b1ca87eef2a3a9650808a22e4a031bc9.tar.gz
Compile pdf examples
Fix typo in examples.pro and update related pro files. Drop dependency on widgets in qml examples. Change-Id: I571069e5b42cc0d0d94d54ce157a6e8636275cae Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index c62d7c04d..a0245a869 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -20,6 +20,6 @@ qtConfig(build-qtwebengine-core):qtConfig(webengine-core-support) {
}
qtConfig(build-qtpdf):qtConfig(webengine-qtpdf-support) {
- SUDIRS += pdf
+ SUBDIRS += pdf
qtConfig(pdf-widgets): SUBDIRS += pdfwidgets
}