Skip to content

Commit

Permalink
qmake|Unix: Apply SDL cflags also in C++ source files
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Mar 26, 2012
1 parent c5f3c80 commit 372b3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/dep_sdl.pri
Expand Up @@ -44,6 +44,7 @@ else:macx {
else {
# Generic Unix.
QMAKE_CFLAGS += $$system(pkg-config sdl --cflags)
QMAKE_CXXFLAGS += $$system(pkg-config sdl --cflags)
LIBS += $$system(pkg-config sdl --libs)

# Also include SDL_net.
Expand Down

0 comments on commit 372b3f2

Please sign in to comment.