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