forked from qt-creator/qt-creator
CMake: Switch generator/extraGenerator
Swapped that around in the last commit:-/ Change-Id: I2d31af86aecd8e9e6469c9fd573f4dea809fca2a Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -276,7 +276,7 @@ QStringList CMakeGeneratorKitInformation::generatorArguments(const Kit *k)
|
||||
if (info.extraGenerator.isEmpty()) {
|
||||
result.append("-G" + info.generator);
|
||||
} else {
|
||||
result.append("-G" + info.generator + " - " + info.extraGenerator);
|
||||
result.append("-G" + info.extraGenerator + " - " + info.generator);
|
||||
}
|
||||
|
||||
if (!info.platform.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user