Browse Source

Be more explicit about which Qt is going to be deployed

master
probonopd 8 years ago
parent
commit
194fe7ab5d
  1. 3
      linuxdeployqt/main.cpp

3
linuxdeployqt/main.cpp

@ -59,6 +59,9 @@ int main(int argc, char **argv)
qDebug() << "self-contained by copying in the Qt libraries and plugins that";
qDebug() << "the application uses.";
qDebug() << "";
qDebug() << "It deploys the Qt instance that qmake on the $PATH points to,";
qDebug() << "so make sure that it is the correct one.";
qDebug() << "";
qDebug() << "Plugins related to a Qt library are copied in with the";
qDebug() << "library. The accessibility, image formats, and text codec";
qDebug() << "plugins are always copied, unless \"-no-plugins\" is specified.";

Loading…
Cancel
Save