diff options
author | Keith Isdale <keith.isdale@nokia.com> | 2009-08-06 07:58:21 (GMT) |
---|---|---|
committer | Keith Isdale <keith.isdale@nokia.com> | 2009-08-06 07:58:21 (GMT) |
commit | 0588b9c8c57fd204372556c7fc376b8d44672fa6 (patch) | |
tree | cf919af597a93ad9c506578e9bdd27a89b50f0e2 /qmake | |
parent | 4dcc603919779bda9f5dc052c459d914bdc4949b (diff) | |
download | Qt-0588b9c8c57fd204372556c7fc376b8d44672fa6.zip Qt-0588b9c8c57fd204372556c7fc376b8d44672fa6.tar.gz Qt-0588b9c8c57fd204372556c7fc376b8d44672fa6.tar.bz2 |
Add hints that a qmake generated .pro will need to be edited
When qmake run with the -project option to generate a .pro for the
project it is possible that the generated .pro file will need to be
edited and add variables such as "QT" to specify what QT modules
the project needs. To hints to qmake's help and HTML documentation to
that effect.
Reviewed-by: Marius Storm-Olsen
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/option.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/option.cpp b/qmake/option.cpp index 2308017..5d7cb9b 100644 --- a/qmake/option.cpp +++ b/qmake/option.cpp @@ -150,6 +150,9 @@ bool usage(const char *a0) " In this mode qmake interprets files as files to\n" " be built,\n" " defaults to %s\n" + " Note: The created .pro file probably will \n" + " need to be edited. For example add the QT variable to \n" + " specify what modules are required.\n" " -makefile Put qmake into makefile generation mode%s\n" " In this mode qmake interprets files as project files to\n" " be processed, if skipped qmake will try to find a project\n" |