mirror of https://github.com/axmolengine/axmol.git
14 lines
231 B
Prolog
14 lines
231 B
Prolog
|
|
||
|
include(../../../cocos2dx/proj.qt5/common.pri)
|
||
|
|
||
|
TEMPLATE = lib
|
||
|
CONFIG += static
|
||
|
|
||
|
SOURCES += $$files(../src/*.c)
|
||
|
SOURCES += $$files(../src/constraints/*.c)
|
||
|
|
||
|
INCLUDEPATH += ../include/chipmunk
|
||
|
|
||
|
TARGET = $${LIB_OUTPUT_DIR}/chipmunk
|
||
|
|