I had created a simple music application in Qt platform in Mac OS with Desktop Clang -64bit compiler.I need to deploy my application over other Mac PC as per my requirement, I had converted my .app which I had got from while releasing my application(I had used macdeployqt to add library files to my application), and converted it to .dmg by using disk utility. My application runs well on the other Mac PC but I need to deploy my style sheet along with my application but I am unable to add style sheet folder to my .dmg file. I need to add folder along with my .dmg file but I dont know how to do that and what is the right path to keep my folder in other Mac pc. . All the possible solution are welcome. Thanks In Advance.
I did the same process in Window and I used Inno setup compiler to create my .exe setup file and added my style sheet through it. Do we have some similar software to create .dmg in Mac OS