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.pro18
1 files changed, 11 insertions, 7 deletions
diff --git a/plugins/haskell/haskell.pro b/plugins/haskell/haskell.pro
index f6aabb2..9c557b1 100644
--- a/plugins/haskell/haskell.pro
+++ b/plugins/haskell/haskell.pro
@@ -2,13 +2,17 @@ DEFINES += HASKELL_LIBRARY
# Haskell files
-SOURCES += haskellplugin.cpp \
- haskelleditorfactory.cpp
-
-HEADERS += haskellplugin.h \
- haskell_global.h \
- haskellconstants.h \
- haskelleditorfactory.h
+SOURCES += \
+ haskellcompletionassist.cpp \
+ haskelleditorfactory.cpp \
+ haskellplugin.cpp
+
+HEADERS += \
+ haskell_global.h \
+ haskellcompletionassist.h \
+ haskellconstants.h \
+ haskelleditorfactory.h \
+ haskellplugin.h
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>