aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro')
-rw-r--r--examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro b/examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
index c243ec4572..75f88b2eaa 100644
--- a/examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
+++ b/examples/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
@@ -1,6 +1,6 @@
TEMPLATE = lib
CONFIG += qt plugin
-QT += declarative quick
+QT += qml quick
DESTDIR = ChartsPlugin
TARGET = chartsplugin