build Qt project in Mac Qt without errors,but nothing display!
-
Hello:
I developed a project in Mac Qt which transplanted from windows qt,I had fix many build errors nearly a week,it is a large project,now when I build it,it show no error,but I can't see anything in my Mac , in my DESTDIR, I get a FUEditor.app, so I go into the content/MacOS folder, I see the FUEditor exec,and I doubleclick it,in the terminal,It shows :/Users/lee/Desktop/VisualStudio/FUEditor/Build/FUEditor.app/Contents/MacOS/FUEditor ; exit;
[Process completed]And in the Qt,there are no useful information show me,now I have no idea what wrong with my app,and how to debug it get the wrong information,Thanks a lot!
-
@jsulm said in build Qt project in Mac Qt without errors,but nothing display!:
deployment
thanks for your reply!
I debug the project in Qt Create, and Add breakpoint in the main.cpp,and the breakpoint not executed,it seem the app not go into the main.cpp,what should I do,thanks! -
@Princein
do you use any api's that would need a special entry in the info.plist ?
some informations to be found here
MacOS is finicky in that area and you often don't get a error output for it.