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. Porting files from .qmlproject to .pro projects
Forum Updated to NodeBB v4.3 + New Features

Porting files from .qmlproject to .pro projects

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 431 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.
  • S Offline
    S Offline
    steel14228
    wrote on last edited by
    #1

    I'm working on a project that I initially developed in the .qmlproject format. I have about 6 QML classes defined and dozens of images in the images folder.

    I now need to more control past the graphics and will need C++ as part of the design. I started this as a QML Quick UI project with a .pro project file so I can use the C++ and QML files together.

    I now need to merge the first QML files with the second phase. I thought it would be as easy as dropping in the old QML files, but it doesn't work that way.

    I found that I would have to add EACH QML file individually to the project list, along with ALL the image files. Is there a simpler way to specify this without adding each like this?

    And why am I doing this? The project will be done in 2 phases: the first on the PC and the second will be on linux. And it also needs to interface with Matlab for both, which is where C++ comes into play. If I go with .qmlproject I will need to write a plugin to get access to external programs I write to do the interface.

    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