Hello There,
I am using Qt Creator to create a crossplatform game. This game runs off SFML (a graphics library) and I can link it to my project on windows and linux using:
Qt Code:
LIBS += -LC:/Path/To/SFML/Libs -lsfml-graphicsTo copy to clipboard, switch view to plain text mode
However, when I try and do the same on a mac, It does not work. The only difference I see between the windows and mac files is that windows uses .dll and mac uses .framework.
So, my question is How do I link a .framework file in my .pro file
If I try adding them using the add library dialog then I get a message telling me the file was too small.
Thanks in advance, I am really stuck
Matt
Bookmarks