Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to create an installer/setup for Mac with Qt Framework Installer?
Forum Updated to NodeBB v4.3 + New Features

How to create an installer/setup for Mac with Qt Framework Installer?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 224 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
    andrew24wow
    wrote on last edited by
    #1

    I am in the process of creating an installer for my C++ QT QML program. I am trying to make an installer for the program to test, but am having trouble understanding what exactly I need to do. I only have one dependency that is external which is the aws-cpp-sdk, which I am able to compile and link to QT in a development setting. I am wondering what is the way to go in this situation. From my understanding of the documentation for the QT installer framework, there are two different ways, an offline and online. Being that offline I am assuming you just shove all you're packages and necessary resources in a zip with the installer, while online it will pull from a online repo. So my main questions are,

    1.) Where do I get this "static" version of qt and all it's widgets for QML etc.

    2.) How should I make an offline installer, would I need to make a script of some sort to cmake and install all the necessary files?

    3.) can I host these online repos on github?

    Here are the error messages
    alt text

    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