MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / detectLibraries

Method detectLibraries

launcher/Application.cpp:1723–1730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1721}
1722
1723void Application::detectLibraries()
1724{
1725#ifdef Q_OS_LINUX
1726 m_detectedGLFWPath = MangoHud::findLibrary(BuildConfig.GLFW_LIBRARY_NAME);
1727 m_detectedOpenALPath = MangoHud::findLibrary(BuildConfig.OPENAL_LIBRARY_NAME);
1728 qDebug() << "Detected native libraries:" << m_detectedGLFWPath << m_detectedOpenALPath;
1729#endif
1730}
1731
1732QString Application::getJarPath(QString jarFile)
1733{

Callers

nothing calls this directly

Calls 1

findLibraryFunction · 0.85

Tested by

no test coverage detected