forked from qt-creator/qt-creator
Haskell: Import from superrepo
Change-Id: I83c6c817c78ccbf1aee65847777f2652e19275a5 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
28
src/plugins/haskell/haskell.qbs
Normal file
28
src/plugins/haskell/haskell.qbs
Normal file
@@ -0,0 +1,28 @@
|
||||
import qbs 1.0
|
||||
|
||||
QtcPlugin {
|
||||
name: "Haskell"
|
||||
|
||||
Depends { name: "Qt.widgets" }
|
||||
Depends { name: "Utils" }
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
|
||||
files: [
|
||||
"haskell.qrc",
|
||||
"haskellbuildconfiguration.cpp", "haskellbuildconfiguration.h",
|
||||
"haskellconstants.h",
|
||||
"haskelleditorfactory.cpp", "haskelleditorfactory.h",
|
||||
"haskell_global.h",
|
||||
"haskellhighlighter.cpp", "haskellhighlighter.h",
|
||||
"haskellmanager.cpp", "haskellmanager.h",
|
||||
"haskellplugin.cpp", "haskellplugin.h",
|
||||
"haskellproject.cpp", "haskellproject.h",
|
||||
"haskellrunconfiguration.cpp", "haskellrunconfiguration.h",
|
||||
"haskelltokenizer.cpp", "haskelltokenizer.h",
|
||||
"optionspage.cpp", "optionspage.h",
|
||||
"stackbuildstep.cpp", "stackbuildstep.h"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user