Wizards: Let user decide which project file to use

When importing projects, it can happen that several files are
encountered that could serve as the main project file. Until now, we
basically opened a random one, which was less than ideal. Now the user
can choose.

Fixes: QTCREATORBUG-17828
Change-Id: Iec08c942d0f9ff349c9752503c8157556f07b416
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Christian Kandeler
2019-04-10 18:15:47 +02:00
parent a1944d800f
commit 31517f00bb
4 changed files with 119 additions and 11 deletions

View File

@@ -981,9 +981,6 @@
as the top level directory. This setting defaults to an empty list
and no subdirectories will be scanned.
\li \c firstProjectOnly is a boolean value, which will determine whether
all project files that were found will be opened as a project or
only the first one. This setting defaults to \c true.
\endlist
*/