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. Bundled App wont start, Run in QT Creator works
Forum Updated to NodeBB v4.3 + New Features

Bundled App wont start, Run in QT Creator works

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 138 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.
  • T Offline
    T Offline
    TGRSM
    wrote on last edited by
    #1

    MacOs Ventura, Qt 5.15.2.

    I have finally managed to get the Qt Creator IDE to build and launch my app successfully.

    All I want to do now is bundle this as a MacOS DMG package.

    I have tried running deploymacqt , but the app crashes silently.

    How can I get the Qt Creator to build the DMG using all the artefacts and settings it uses for the build and run?

    Is there also a way of converting the IDE build and run steps into a bash script so that the task may be automated?

    I am hoping these commands can be found somewhere, and copy/pasted into a script.

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

      Hi,

      You can call qmake and make from them command line.

      Are you using any third party library ?
      Did you sign your application ?
      Did you try to start it from the command line to see if there was something reported ?

      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
      0

      • Login

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