Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt Approved Directory layout convention
Forum Updated to NodeBB v4.3 + New Features

Qt Approved Directory layout convention

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 140 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RangerQT
    wrote on last edited by
    #1

    In the blog post it refers to a directory layout convention (https://www.qt.io/blog/introduction-to-the-qml-cmake-api) but I have not found many useful references that actually say what they want. I found some reference to an example of My/Extra/Module which I assume means

    My (project root directory)
    main.cpp
    main.qml
    Extra (directory)
    Module (module as in module.qml

    And a URI for the Extra directory module would be URI extra.module.

    If I use this blog post it implies that my QML app will be built and an executable created which contains everything it needs to run so I can go to main.qml and do an import extra.module???

    Thanks.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved