forked from qt-creator/qt-creator
CMakePM: Rename "Additional CMake parameters" to "... options"
CMake documentation calls them Options, and we should use the same terminology. See https://cmake.org/cmake/help/v3.22/manual/cmake.1.html?#options Change-Id: Ibb8ed9dd5a830290770a7fa89e7e5e1ce2d8c74a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -164,12 +164,12 @@ public:
|
||||
void toMap(QVariantMap &map) const final;
|
||||
};
|
||||
|
||||
class AdditionalCMakeArgumentsAspect final : public Utils::StringAspect
|
||||
class AdditionalCMakeOptionsAspect final : public Utils::StringAspect
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AdditionalCMakeArgumentsAspect();
|
||||
AdditionalCMakeOptionsAspect();
|
||||
};
|
||||
|
||||
class SourceDirectoryAspect final : public Utils::StringAspect
|
||||
|
||||
Reference in New Issue
Block a user