diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2018-07-19 09:58:44 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2018-07-19 09:58:44 +0200 |
| commit | 87537724ef5ee295244a638d0285ffe0e2b9d6ce (patch) | |
| tree | 9abc00d474e1b7cc6f44fdd0556b48b1868b0a86 /plugins/haskell/haskellrunconfiguration.cpp | |
| parent | 103d6e8d7b699c90a32deec1e9dcc07181e738d5 (diff) | |
| parent | 9a3a1b266446bb2d35b5ef633f74c65a6f62d74f (diff) | |
Merge remote-tracking branch 'origin/4.7'
Change-Id: Ifdfc58c61551011b1782bc5d265a670212637bb6
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) |
