forked from qt-creator/qt-creator
Haskell: Move plugin class definition to .cpp
... and simplify setup a bit. Change-Id: Ic5a36c35c083232cb8df3c7a06aaac46bcef55e0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -18,7 +18,7 @@ QtcPlugin {
|
||||
"haskell_global.h",
|
||||
"haskellhighlighter.cpp", "haskellhighlighter.h",
|
||||
"haskellmanager.cpp", "haskellmanager.h",
|
||||
"haskellplugin.cpp", "haskellplugin.h",
|
||||
"haskellplugin.cpp",
|
||||
"haskellproject.cpp", "haskellproject.h",
|
||||
"haskellrunconfiguration.cpp", "haskellrunconfiguration.h",
|
||||
"haskellsettings.cpp", "haskellsettings.h",
|
||||
|
||||
Reference in New Issue
Block a user