Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochus Keller committed Dec 15, 2022
1 parent ac5e993 commit aec40d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-12-14
2022-12-15
2 changes: 1 addition & 1 deletion gui/xcb/qxcbglintegrationfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ QStringList QXcbGlIntegrationFactory::keys(const QString &pluginPath)

QXcbGlIntegration *QXcbGlIntegrationFactory::create(const QString &platform, const QString &pluginPath)
{
#ifndef QT_NO_LIBRARY
#ifndef QT_NO_PLUGINS
// Try loading the plugin from platformPluginPath first:
if (!pluginPath.isEmpty()) {
QCoreApplication::addLibraryPath(pluginPath);
Expand Down

0 comments on commit aec40d1

Please sign in to comment.