Hello everybody,
Not a chile ago I started a cross platform project using c++ and Qt5. I develop on windows using Qt Creator and/or visual studio 2010 and everything work fine, except for the “missing windows platform” which I figured out.
Now I am trying build it for mac. I installed the latest framework, not with the default directory and not in the path (other projects built with my machine are built with Qt4 and I really don’t want to break them…). But everything build fine using Qt Creator. Then I tried to run it and got some linkers errors which I solved using the “install_name_tool” (which is a pain in the a** for a windows guy like me ;) ).
Then the hell fell under my head with the message :
“This application failed to start because it could not find or load the Qt platform plugin “cocoa”.”
I searched and got nothing, It may be a problem with the brand new QPA architecture in Qt5, but if I try to use the CocoaIntegrationPlugin, it does not compile saying that “symbol(s) not found for architecture x86_64”
Anyone got the same problem ??
Thanks in advance :)
↧