Be more explicit about which Qt is going to be deployed
This commit is contained in:
@@ -59,6 +59,9 @@ int main(int argc, char **argv)
|
|||||||
qDebug() << "self-contained by copying in the Qt libraries and plugins that";
|
qDebug() << "self-contained by copying in the Qt libraries and plugins that";
|
||||||
qDebug() << "the application uses.";
|
qDebug() << "the application uses.";
|
||||||
qDebug() << "";
|
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() << "Plugins related to a Qt library are copied in with the";
|
||||||
qDebug() << "library. The accessibility, image formats, and text codec";
|
qDebug() << "library. The accessibility, image formats, and text codec";
|
||||||
qDebug() << "plugins are always copied, unless \"-no-plugins\" is specified.";
|
qDebug() << "plugins are always copied, unless \"-no-plugins\" is specified.";
|
||||||
|
|||||||
Reference in New Issue
Block a user