Advertisement
JamesYeoman

SFML-Test.pro

Feb 18th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. TEMPLATE = app
  2. CONFIG += console c++11
  3. CONFIG -= app_bundle
  4. CONFIG -= qt
  5.  
  6. LIBS += -LW:\SFML-Build\All\lib
  7.  
  8. CONFIG(release): LIBS += -lsfml-audio-s -lsfml-graphics-s -lsfml-network-s -lsfml-window-s -lsfml-system-s
  9. CONFIG(debug): LIBS += -lsfml-audio-s-d -lsfml-graphics-s-d -lsfml-network-s-d -lsfml-window-s-d -lsfml-system-s-d
  10.  
  11. INCLUDEPATH += W:\SFML-2.4.2\include
  12. DEPENDPATH += W:\SFML-2.4.2\include
  13.  
  14. SOURCES += main.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement