probonopd
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
tools/linuxdeployqt/shared.cpp
|
|
@ -1366,11 +1366,11 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath |
|
|
|
LogDebug() << plugin << "appended"; |
|
|
|
} |
|
|
|
else { |
|
|
|
LogDebug() << "The plugin" << plugin << "was already deployed." ; |
|
|
|
LogWarning() <<"The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!"; |
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
LogWarning() << "The plugin" << pluginSourcePath + "/" + plugin << "could not be found. Please check spelling and try again!"; |
|
|
|
LogDebug() << "The plugin" << plugin << "was already deployed." ; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|