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. Deploy a Qt application
Forum Updated to NodeBB v4.3 + New Features

Deploy a Qt application

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 911 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.
  • A Offline
    A Offline
    Adrian.Aioanei
    wrote on last edited by
    #1

    Hey,

    I have used the windeployqt application for deploy and it generate a lot of file and folders. Here is a screen shut.
    alt text

    Also add and some qml file:
    alt text

    And more dll. It is normal to create so many file or i have done something wrong?

    I have made deploy like this:

    windeployqt --release exeName --qmldir C:\Qt\Qt5.8.0\5.8\mingw53_32\qml .
    
    1 Reply Last reply
    0
    • Chris HennesC Offline
      Chris HennesC Offline
      Chris Hennes
      wrote on last edited by
      #2

      This is normal. It's got all the files it needs in there now.

      Chris Hennes, Pioneer Library System

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Adrian.Aioanei
        wrote on last edited by
        #3

        There was saved some .cpp and .moc file and i have delete them.
        The application seams to work ok and without them. Do i need them?
        And also why is included an Audio folder if i din't use any type of audio processing in my project?
        Thanks

        1 Reply Last reply
        0
        • A Offline
          A Offline
          alex_malyu
          wrote on last edited by
          #4

          You do not need any cpp or moc file.
          Also you could add your qml files to resource and you would not need to deploy them,
          This may or may not require some changes in qml files if the nesting order changes.

          1 Reply Last reply
          1

          • Login

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