forked from qt-creator/qt-creator
ProjectExplorer: Add a ProcessParameters::setCommandLine()
Change-Id: I55add792988b22af56934dde237cf64b6f0c90d4 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -30,7 +30,10 @@
|
||||
#include <utils/environment.h>
|
||||
#include <utils/fileutils.h>
|
||||
|
||||
namespace Utils { class MacroExpander; }
|
||||
namespace Utils {
|
||||
class CommandLine;
|
||||
class MacroExpander;
|
||||
} // Utils
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
||||
@@ -40,6 +43,8 @@ class PROJECTEXPLORER_EXPORT ProcessParameters
|
||||
public:
|
||||
ProcessParameters();
|
||||
|
||||
void setCommandLine(const Utils::CommandLine &cmdLine);
|
||||
|
||||
void setCommand(const Utils::FilePath &cmd);
|
||||
Utils::FilePath command() const { return m_command; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user