From 194fe7ab5d8c61cb5348b87bbb2e1666e3e33d90 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 8 Oct 2016 16:55:20 +0200 Subject: [PATCH] Be more explicit about which Qt is going to be deployed --- linuxdeployqt/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linuxdeployqt/main.cpp b/linuxdeployqt/main.cpp index 10e58a3..9c5b873 100644 --- a/linuxdeployqt/main.cpp +++ b/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.";