aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskell.pro')
-rw-r--r--plugins/haskell/haskell.pro13
1 files changed, 11 insertions, 2 deletions
diff --git a/plugins/haskell/haskell.pro b/plugins/haskell/haskell.pro
index 2c9739a..92d0307 100644
--- a/plugins/haskell/haskell.pro
+++ b/plugins/haskell/haskell.pro
@@ -15,7 +15,11 @@ SOURCES += \
optionspage.cpp \
filecache.cpp \
haskelleditorwidget.cpp \
- followsymbol.cpp
+ followsymbol.cpp \
+ haskellproject.cpp \
+ haskellbuildconfiguration.cpp \
+ stackbuildstep.cpp \
+ haskellrunconfiguration.cpp
HEADERS += \
haskell_global.h \
@@ -32,7 +36,11 @@ HEADERS += \
optionspage.h \
filecache.h \
haskelleditorwidget.h \
- followsymbol.h
+ followsymbol.h \
+ haskellproject.h \
+ haskellbuildconfiguration.h \
+ stackbuildstep.h \
+ haskellrunconfiguration.h
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>
@@ -52,6 +60,7 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
+ projectexplorer \
texteditor
QTC_PLUGIN_RECOMMENDS += \