summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/markdowneditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webenginewidgets/markdowneditor/markdowneditor.pro')
-rw-r--r--examples/webenginewidgets/markdowneditor/markdowneditor.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/webenginewidgets/markdowneditor/markdowneditor.pro b/examples/webenginewidgets/markdowneditor/markdowneditor.pro
index 2f58ae061..7ffbd7487 100644
--- a/examples/webenginewidgets/markdowneditor/markdowneditor.pro
+++ b/examples/webenginewidgets/markdowneditor/markdowneditor.pro
@@ -17,6 +17,10 @@ SOURCES = \
RESOURCES = \
resources/markdowneditor.qrc
+# Disable Qt Quick compiler because the example doesn't use QML, but more importantly so that
+# the source code of the .js files is not removed from the embedded qrc file.
+CONFIG -= qtquickcompiler
+
FORMS += \
mainwindow.ui