Fix building of chipmunk on Linux

This commit is contained in:
Thomas Perl 2013-07-18 23:55:55 +00:00
parent 62958c8321
commit 309269e8e2
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ CONFIG += static
SOURCES += $$files(../src/*.c)
SOURCES += $$files(../src/constraints/*.c)
QMAKE_CFLAGS += -std=gnu99
INCLUDEPATH += ../include/chipmunk
TARGET = $${LIB_OUTPUT_DIR}/chipmunk