Haven't messed with SFML since v1.6, and in my old project, I finally got all the 1.6 Upper-camel & event name changes switched over to 2.0, and now its not finding the libs to link to (likely a name change?)
I'm useing Qt's .pro, current code snippet:
LIBS += -l sfml-system -l sfml-window -l sfml-graphics
Errors, basically library not found:
error: sfml-system: No such file or directory
error: sfml-window: No such file or directory
error: sfml-graphics: No such file or directory
Haven't messed with this section of code in a long time, and still learning C++, ty for the help :-)