Install QtSDK from command line on MacOS Snow Leopard (or Lion)
-
Hi,
I have an installation script for an application that makes use of Qt. I need to install QtSDK on MacOS via the script. Currently, I just use curl to download the .dmg file and then I attach and execute the application in the mounted volume. However, this is not idea because it causes the dialog box for the installer to launch and my command line script loses focus.
Is there a way to install the QtDSK via .dmg entirely from the command line? If not, is there another file that will allow me to install the QtSDK for MacOS entirely from the command line?
Thanks.
-Jon