Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Integrating QT c++ project with QML project

Integrating QT c++ project with QML project

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.5k Views 1 Watching
  • 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.
  • AlicemirrorA Offline
    AlicemirrorA Offline
    Alicemirror
    wrote on last edited by
    #1

    I saw the examples for this kind of projects but there is something that is not so clear for me.

    I should develop the interface under QML, so I create a project UI_project and put it under version control. Then I create another QT c++ project and put it under version control. So the interface development proceed independently by the global application (and I can test the UI features that in a second phase are connected to the real c++ functions).

    What I need is to start this kind of development working in only one environment, where version control manages both the project at the same time. Is this possible? Can I set in a root directory the C++ and QML projects at the same time?

    Connected to this there is another question. Using the strategy I'm adopting for now (described above) when I change some of the QML project (in its independent folder) I should update all the sources in the c++ project and debug and/or release folders, else the tests can't work. Is there a way so the C++ project that uses QML sources in its calls transfer them in the debug and/or release directories, as essential components for all the application?

    Thks.

    Enrico Miglino (aka Alicemirror)
    Balearic Dynamics
    Islas Baleares, Ibiza (Spain)
    www.balearicdynamics.com

    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