Arun Kumar K S
Arun Kumar K S

Reputation: 442

Deploy Qt application on MAC with Qt framework

I developed one Qt application in Mac using Qt creator,Its working fine on my development machine.Then I copied the project output from my build directory to a new machine without Qt framework,but its not working in that machine, Do I need to install any frame work for running Qt application in Mac. How I can include qt framework in my application when deploying the project output?

Upvotes: 5

Views: 4001

Answers (3)

FFox
FFox

Reputation: 1588

Make sure to have read Developing Qt Applications for Mac OS X.

Upvotes: 4

See Qt for macOS - Deployment specifically, and Qt for macOS generally.

Upvotes: 0

Rahul Reddy
Rahul Reddy

Reputation: 128

The binary will be in your Debug or Release folder and it will be as .app

(.app extension may be hidden )

make sure you copy that and it should work fine as the binary has all its dependencies packed together

Upvotes: -2

Related Questions