/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

  1. import QmlProject 1.0
  2. Project {
  3. /* Include .qml, .js, and image files from current directory and subdirectories */
  4. QmlFiles {
  5. directory: "qml/textselection"
  6. }
  7. JavaScriptFiles {
  8. directory: "qml/textselection"
  9. }
  10. ImageFiles {
  11. directory: "qml/textselection"
  12. }
  13. /* List of plugin directories passed to QML runtime */
  14. // importPaths: [ " ../exampleplugin " ]
  15. }