QuickTower.qmlproject 400 B

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