diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2022-06-20 11:41:59 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2022-06-20 09:57:22 +0000 |
| commit | c8698cef40f2422dac471fc74325d4b63711c6d1 (patch) | |
| tree | 4de8b1e2e2cf47e5fa8c1280898deea978c5177e /plugins/haskell/haskellrunconfiguration.cpp | |
| parent | 110541d43253a6962a96360ccf2df0d1741ba9b7 (diff) | |
Fix build after upstream changes
Change-Id: I080a3da5eab5149a8e741781830e4359cbc518d4
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.cpp')
| -rw-r--r-- | plugins/haskell/haskellrunconfiguration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.cpp b/plugins/haskell/haskellrunconfiguration.cpp index e82cf81..b52c658 100644 --- a/plugins/haskell/haskellrunconfiguration.cpp +++ b/plugins/haskell/haskellrunconfiguration.cpp @@ -61,7 +61,7 @@ HaskellRunConfiguration::HaskellRunConfiguration(Target *target, Utils::Id id) addAspect<HaskellExecutableAspect>(); addAspect<ArgumentsAspect>(macroExpander()); - auto workingDirAspect = addAspect<WorkingDirectoryAspect>(envAspect); + auto workingDirAspect = addAspect<WorkingDirectoryAspect>(macroExpander(), envAspect); workingDirAspect->setDefaultWorkingDirectory(target->project()->projectDirectory()); workingDirAspect->setVisible(false); |
