aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-04-16 12:17:18 +0200
committerEike Ziller <eike.ziller@qt.io>2018-04-27 13:46:52 +0000
commit103d6e8d7b699c90a32deec1e9dcc07181e738d5 (patch)
tree2f419a1b0f2b8181b13d5f3b591283823ded7dde /plugins/haskell/haskellproject.cpp
parent8abeba7cd428411e9c74ad211dcac096c208ab38 (diff)
Adapt to upstream changes
Change-Id: I22bd72ee5b8d8a28d87459fe125ef3a211b9ad16 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellproject.cpp')
-rw-r--r--plugins/haskell/haskellproject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/haskell/haskellproject.cpp b/plugins/haskell/haskellproject.cpp
index e661f04..298c425 100644
--- a/plugins/haskell/haskellproject.cpp
+++ b/plugins/haskell/haskellproject.cpp
@@ -116,7 +116,6 @@ void HaskellProject::updateApplicationTargets(Target *target)
const QList<BuildTargetInfo> appTargets
= Utils::transform<QList>(executables, [projFilePath](const QString &executable) {
BuildTargetInfo bti;
- bti.targetName = executable;
bti.displayName = executable;
bti.buildKey = executable;
bti.targetFilePath = FileName::fromString(executable);