forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user