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:
hjk
2023-11-20 11:48:11 +01:00
parent 18bbffddb4
commit fabef397f9
4 changed files with 28 additions and 55 deletions

View File

@@ -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",