diff options
Diffstat (limited to 'src/tools/macdeployqt/macdeployqt/main.cpp')
-rw-r--r-- | src/tools/macdeployqt/macdeployqt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/macdeployqt/macdeployqt/main.cpp b/src/tools/macdeployqt/macdeployqt/main.cpp index 65c7927707f..f5e6ab8f31a 100644 --- a/src/tools/macdeployqt/macdeployqt/main.cpp +++ b/src/tools/macdeployqt/macdeployqt/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char **argv) qDebug() << "plugins are always copied, unless \"-no-plugins\" is specified."; qDebug() << ""; qDebug() << "Qt plugins may use private API and will cause the app to be"; - qDebug() << "rejected from the Mac App store. MacDeployQt will print a warning"; + qDebug() << "rejected from the Mac App store. macdeployqt will print a warning"; qDebug() << "when known incompatible plugins are deployed. Use -appstore-compliant "; qDebug() << "to skip these plugins. Currently two SQL plugins are known to"; qDebug() << "be incompatible: qsqlodbc and qsqlpsql."; |