Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Last active August 10, 2016 18:49
Show Gist options
  • Save manashmandal/76dff46d6dff9e4e4e733e15d4a02a20 to your computer and use it in GitHub Desktop.
Save manashmandal/76dff46d6dff9e4e4e733e15d4a02a20 to your computer and use it in GitHub Desktop.
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += main.cpp
# Command
# -L[Directory path of "lib" folder] -lSDL2
LIBS += -LE://SDL2//i686-w64-mingw32//lib -lSDL2
# [Directory of "include"]
INCLUDEPATH += E://SDL2//i686-w64-mingw32//include//SDL2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment