Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. windeployqt: not a Qt exe
Forum Updated to NodeBB v4.3 + New Features

windeployqt: not a Qt exe

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 214 Views 2 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.
  • D Offline
    D Offline
    dextermagnific
    wrote last edited by
    #1

    Hi,
    I have a Qt project with a GUI app and also a non Qt app (a service). When proceeding with the deployment, it says that my service is a non Qt app. How can I manage to get it copied to the final tree ?

    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote last edited by
      #2

      Hi,

      Windeployqt will not know what to do with that non-Qt app since it's designed to deploy Qt app. In your case you should write a small script that calls windeployqt and copies that second binary where it should go.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • D Offline
        D Offline
        dextermagnific
        wrote last edited by
        #3

        Ok thank you

        1 Reply Last reply
        0
        • D dextermagnific has marked this topic as solved

        • Login

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