1
General discussions / Not really related to SFML
« on: January 25, 2012, 11:45:52 am »
Just in case, that someone still has that problem. Google was not much help here. That's how it works (paths are on my WinXP, just change them to fit Linux if you use it):
Code: [Select]
TEMPLATE = app
CONFIG += console
CONFIG -= qt
SOURCES += main.cpp
LIBS += -Ld:/SFML-1.6/lib -lsfml-graphics -lsfml-window -lsfml-system
INCLUDEPATH += d:/SFML-1.6/include