mirror of https://github.com/qt/qtgrpc.git
Move CmdLineGeneratedDir declaration out of SKIP_COMMAND_LINE_TESTS
The variable is used unconditionally.
Amends c91d02c007
Pick-to: 6.10 6.9 6.8
Change-Id: I36910a7b40f16a5a13bf2839a2e6c27aec5e7b26
Reviewed-by: Dennis Oberst <dennis.oberst@qt.io>
This commit is contained in:
parent
54d4d4266e
commit
740c809f94
|
|
@ -36,9 +36,9 @@ constexpr QLatin1StringView PluginKey(" --plugin=protoc-gen-qtgrpc=");
|
|||
constexpr QLatin1StringView OptKey(" --qtgrpc_opt=");
|
||||
constexpr QLatin1StringView OutKey(" --qtgrpc_out=");
|
||||
constexpr QLatin1StringView IncludeKey(" -I");
|
||||
#endif
|
||||
|
||||
constexpr QLatin1StringView CmdLineGeneratedDir("cmd_line_generated");
|
||||
#endif
|
||||
|
||||
#ifndef BINARY_DIR
|
||||
# error BINARY_DIR definition must be set
|
||||
|
|
|
|||
Loading…
Reference in New Issue