Creating .dmg for Qt app mac OSX
-
I am not sure how this should be done. I always download the sources and compile Qt for each OS that I plan to run on. For me it is as simple as opening a terminal window and entering the command 'make'.
If you open the macdeployqt program in QtCreator can you compile it from there?
Maybe try running the configure command from the folder qtbase of the source tree (this configures everything and creates all the make files) then run 'make' from the qttools folder.
There must be some notes somewhere about working with the sources from a pre-compiled version of Qt.
-
You have several versions of Qt installed ?
21/22