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.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/haskell/haskell.pro b/plugins/haskell/haskell.pro
index 1201d4e..f6aabb2 100644
--- a/plugins/haskell/haskell.pro
+++ b/plugins/haskell/haskell.pro
@@ -2,11 +2,13 @@ DEFINES += HASKELL_LIBRARY
# Haskell files
-SOURCES += haskellplugin.cpp
+SOURCES += haskellplugin.cpp \
+ haskelleditorfactory.cpp
HEADERS += haskellplugin.h \
haskell_global.h \
- haskellconstants.h
+ haskellconstants.h \
+ haskelleditorfactory.h
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>
@@ -25,7 +27,8 @@ QTC_LIB_DEPENDS += \
# nothing here at this time
QTC_PLUGIN_DEPENDS += \
- coreplugin
+ coreplugin \
+ texteditor
QTC_PLUGIN_RECOMMENDS += \
# optional plugin dependencies. nothing here at this time