1
General / Re: Qt Creator QMake Include Libs SFML
« on: May 27, 2016, 03:05:11 am »
It worked!

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
So it's most likely an environment or code issue, nothing to do with the compiler/linker configuration (which is indeed straight-forward).
QtCreator is very bad at telling when a DLL is simply missing. Check this first. Then make sure that your version of SFML matches your compiler (it's easy to get a mismatch with MinGW).
LIBS += -L$$PWD/lib -lsfml-graphics -lsfml-window -lsfml-system
INCLUDEPATH = $$PWD/include