`qmake`, part of the Qt framework, is a tool for generating Makefiles and IDE project files.
I'm using SFML, and I want to use Qt Creator in conjunction with it. When I'm compiling manually, I supply …
c++ qt-creator qmake sfmlWith Visual Studio C++ 2013, I have a lot of warning C4100: unreferenced formal parameter, and I want to disable that. …
visual-studio qt visual-c++ qmake suppress-warnings