App: save version number of the most important libraries
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
#include <Gui/Quarter/Quarter.h>
|
||||
#include "View3DViewerPy.h"
|
||||
#include <Gui/GuiInitScript.h>
|
||||
#include <LibraryVersions.h>
|
||||
|
||||
|
||||
using namespace Gui;
|
||||
@@ -452,6 +453,8 @@ Application::Application(bool GUIenabled)
|
||||
Py_DECREF(descr);
|
||||
}
|
||||
|
||||
App::Application::Config()["COIN_VERSION"] = COIN_VERSION;
|
||||
|
||||
// Python console binding
|
||||
PythonDebugModule ::init_module();
|
||||
PythonStdout ::init_type();
|
||||
|
||||
Reference in New Issue
Block a user