Last active
August 10, 2016 18:49
-
-
Save manashmandal/76dff46d6dff9e4e4e733e15d4a02a20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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