diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-01-10 14:39:01 +0100 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-01-16 10:59:30 +0000 |
commit | fdd8650657136d0400ead529491ede38bc0df9a3 (patch) | |
tree | b3303d5bb18f8a354016f91ee5c4120acc2c2cef /doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc | |
parent | dd16fca68625f975f6db9ae35eefc16656578bbf (diff) | |
download | qt-creator-fdd8650657136d0400ead529491ede38bc0df9a3.tar.gz |
Doc: Describe converting Qt Quick UI Prototypes to Applications
Qt Quick UI Prototype projects (.qmlproject) are used in Qt Design
Studio, but they must be converted to Qt Quick Application projects
for building and running them in Qt Creator.
Add example files and quote code from them.
Task-number: QDS-357
Change-Id: Ib0bf1b342ec54faeca108e5586389730a85b5116
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc')
-rw-r--r-- | doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc index c8f04145fe..118349a0ae 100644 --- a/doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc +++ b/doc/src/qtquick/creator-only/qtquick-modules-with-plugins.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2019 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -33,7 +33,7 @@ \contentspage index.html \previouspage quick-export-to-qml.html \page creator-qml-modules-with-plugins.html - \nextpage creator-using-qt-designer.html + \nextpage quick-converting-ui-projects.html \title Using QML Modules with Plugins |