/examples/declarative/text/textselection/textselection.qmlproject
https://bitbucket.org/ultra_iter/qt-vtl · Unknown · 16 lines · 15 code · 1 blank · 0 comment · 0 complexity · e2bb1de2868b84f2366b4a3a9d1854ba MD5 · raw file
- import QmlProject 1.0
- Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "qml/textselection"
- }
- JavaScriptFiles {
- directory: "qml/textselection"
- }
- ImageFiles {
- directory: "qml/textselection"
- }
- /* List of plugin directories passed to QML runtime */
- // importPaths: [ " ../exampleplugin " ]
- }