forked from qt-creator/qt-creator
Sdktool: Add comment about C/C++ toolchain pairs
Fixes: QTCREATORBUG-32559 Change-Id: I96b46f85cb1dbb00fcfb22c0ae5d6ba9e7369ffe Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -284,6 +284,8 @@
|
|||||||
\row
|
\row
|
||||||
\li \c {--language <ID>}
|
\li \c {--language <ID>}
|
||||||
\li ID of the input language of the toolchain: \c C or \c Cxx.
|
\li ID of the input language of the toolchain: \c C or \c Cxx.
|
||||||
|
When you register a C or C++ compiler, make sure to register the
|
||||||
|
corresponding C++ or C compiler as well.
|
||||||
\li \inlineimage ok.png
|
\li \inlineimage ok.png
|
||||||
\row
|
\row
|
||||||
\li \c {--name <NAME>}
|
\li \c {--name <NAME>}
|
||||||
|
@@ -50,11 +50,14 @@ QString AddToolChainOperation::argumentsHelpText() const
|
|||||||
return QString(
|
return QString(
|
||||||
" --id <ID> id of the new tool chain (required).\n"
|
" --id <ID> id of the new tool chain (required).\n"
|
||||||
" --language <ID> input language id of the new tool chain (required).\n"
|
" --language <ID> input language id of the new tool chain (required).\n"
|
||||||
|
" When you register a C or C++ compiler, make sure to"
|
||||||
|
" register the corresponding C++ or C compiler as well."
|
||||||
" --name <NAME> display name of the new tool chain (required).\n"
|
" --name <NAME> display name of the new tool chain (required).\n"
|
||||||
" --path <PATH> path to the compiler (required).\n"
|
" --path <PATH> path to the compiler (required).\n"
|
||||||
" --abi <ABI STRING> ABI of the compiler (required).\n"
|
" --abi <ABI STRING> ABI of the compiler (required).\n"
|
||||||
" --supportedAbis <ABI STRING>,<ABI STRING> list of ABIs supported by the compiler.\n"
|
" --supportedAbis <ABI STRING>,<ABI STRING> list of ABIs supported by the compiler.\n"
|
||||||
" <KEY> <TYPE:VALUE> extra key value pairs\n");
|
" <KEY> <TYPE:VALUE> extra key value pairs\n"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AddToolChainOperation::setArguments(const QStringList &args)
|
bool AddToolChainOperation::setArguments(const QStringList &args)
|
||||||
|
Reference in New Issue
Block a user