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. Deploy (mac) with include in bundle other command
QtWS25 Last Chance

Deploy (mac) with include in bundle other command

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.2k 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.
  • G Offline
    G Offline
    gladenko
    wrote on last edited by
    #1

    I want start a server software when my DESKTOP APP start.

    I try this and this is ok but how i coompile and bundle it in my project?

    Ex i create a directory in my project ext and this i copy nodejs server or ruby or mysql (this is example) how i bundle my project with this app?

    I try resources in pro file but my bundle don't contain ext directory.

    Thank you in advance!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      alexleutgoeb
      wrote on last edited by
      #2

      The RESOURCES directive only takes a valid qrc file as input, what you're probably looking for are deployment folders:

      You can add a deployment folder to your project file like:

      @myFolder.source = ext
      DEPLOYMENTFOLDERS += myFolder@

      (will then get bundled in the Resources subdir of your mac app bundle)

      Alex

      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