Warning, /education/gcompris/external/qml-box2d/box2d-static.pri is written in an unsupported language. File is not indexed.

0001 # Include this file in your .pro file to statically compile the Box2D QML
0002 # bindings into your project.
0003 #
0004 # Basic usage instructions:
0005 #
0006 #  #include <box2dplugin.h>
0007 #
0008 #  int main(int argc, char *argv[])
0009 #  {
0010 #      QApplication app(argc, argv);
0011 #
0012 #      Box2DPlugin plugin;
0013 #      plugin.registerTypes("Box2D");
0014 #
0015 #      ...
0016 #  }
0017 
0018 include(box2d_lib.pri)
0019 
0020 DEFINES += STATIC_PLUGIN_BOX2D