This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtdeclarative
mirror of
https://github.com/qt/qtdeclarative.git
Watch
1
Star
0
Fork
You've already forked qtdeclarative
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a6ed830f47
qtdeclarative
/
examples
/
qml
/
tutorials
/
extending-qml
/
chapter6-plugins
/
chapter6-plugins.pro
6 lines
86 B
Prolog
Raw
Normal View
History
Unescape
Escape
Doc: Update examples used in Writing QML Extensions tutorial Update the examples to use Qt's resource file system to store the qml files in, enabling them to run unmodified in any platform/build configuration. Also, - Chapter 6: Move the plugin code to a subproject and create a C++ application to use the plugin - Update documentation related to above chapter - Add thumbnails for the examples so they will appear in Qt Creators example list. Task-number: QTBUG-35001 Change-Id: I29122af11bb11c7e5e17993438e5fc18c7f96f89 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2013-11-25 12:27:42 +00:00
TEMPLATE
=
subdirs
CONFIG
+=
ordered
SUBDIRS
=
\
import
\
app
.
pro