#include "PythonQtWrapper_QLibraryInfo.h" #include QString PythonQtWrapper_QLibraryInfo::static_QLibraryInfo_buildKey() { return QLibraryInfo::buildKey(); } QString PythonQtWrapper_QLibraryInfo::static_QLibraryInfo_licensedProducts() { return QLibraryInfo::licensedProducts(); } QString PythonQtWrapper_QLibraryInfo::static_QLibraryInfo_licensee() { return QLibraryInfo::licensee(); } QString PythonQtWrapper_QLibraryInfo::static_QLibraryInfo_location(QLibraryInfo::LibraryLocation arg__1) { return QLibraryInfo::location(arg__1); }