diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2018-07-10 12:02:17 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2018-07-12 12:43:16 +0000 |
| commit | 9a3a1b266446bb2d35b5ef633f74c65a6f62d74f (patch) | |
| tree | 9abc00d474e1b7cc6f44fdd0556b48b1868b0a86 /plugins/haskell/haskellrunconfiguration.cpp | |
| parent | 103d6e8d7b699c90a32deec1e9dcc07181e738d5 (diff) | |
Update for changes in Qt Creator 4.74.7
Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.cpp')
| -rw-r--r-- | plugins/haskell/haskellrunconfiguration.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.cpp b/plugins/haskell/haskellrunconfiguration.cpp index 89a33c3..9281914 100644 --- a/plugins/haskell/haskellrunconfiguration.cpp +++ b/plugins/haskell/haskellrunconfiguration.cpp @@ -33,7 +33,6 @@ #include <projectexplorer/localenvironmentaspect.h> #include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/runconfigurationaspects.h> -#include <projectexplorer/runnables.h> #include <projectexplorer/target.h> using namespace ProjectExplorer; @@ -90,7 +89,7 @@ void HaskellRunConfiguration::doAdditionalSetup(const RunConfigurationCreationIn Runnable HaskellRunConfiguration::runnable() const { const QString projectDirectory = target()->project()->projectDirectory().toString(); - StandardRunnable r; + Runnable r; if (BuildConfiguration *buildConfiguration = target()->activeBuildConfiguration()) r.commandLineArguments += "--work-dir \"" + QDir(projectDirectory) |
