qt5base-lts/qmake/generators
Joerg Bornemann 09bfc52dde Remove broken wild card list from QMake's help output
The description of the project mode looked like this:

  -project       Put qmake into project file generation mode
                 In this mode qmake interprets files as files to
                 be built,
                 defaults to *; *; *; *.ts; *.xlf; *.qrc

The list of wildcards is incomplete. Unfortunately the file extensions
are defined in QMAKE_EXT_* variables in mkspecs, and the help display
code has no access to that data. This went unnoticed for quite some
time, and fixing this is too involved considering the gain.

Replace the text above with the static text below:

  -project       Put qmake into project file generation mode
                 In this mode qmake interprets [files] as files to
                 be added to the .pro file. By default, all files with
                 known source extensions are added.

Change-Id: I815a50957c05dccc45e1cd6657f568599d1911f6
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2019-08-24 09:18:02 +02:00
..
mac qmake: Cleanup 2019-06-05 10:59:43 +02:00
unix Fix dependency_libs entry of .la files 2019-08-03 21:47:55 +02:00
win32 Fix classical strcmp misuse in VS project generator 2019-08-24 00:28:43 +02:00
makefile.cpp qmake: fix variable naming conflicts with C++20 keyword 2019-07-19 21:31:50 +02:00
makefile.h Make the Makefile a dependency of default targets for nmake 2019-02-04 08:10:25 +00:00
makefiledeps.cpp qmake: Cleanup 2019-06-05 10:59:43 +02:00
makefiledeps.h qmake: replace a uint:1 with a bool 2016-08-15 22:16:09 +00:00
metamakefile.cpp qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
metamakefile.h qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
projectgenerator.cpp Remove broken wild card list from QMake's help output 2019-08-24 09:18:02 +02:00
projectgenerator.h qmake: Cleanup 2019-06-05 10:59:43 +02:00
xmloutput.cpp Fix escaping of < and > in QMake's XML generator 2019-08-12 14:46:20 +02:00
xmloutput.h Updated license headers 2016-01-21 18:55:18 +00:00