forked from qt-creator/qt-creator
Haskell: Add wizard files to qbs build
Change-Id: I5aa07fa430baa8b860e3ae540d8b0c1e1ce765c5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -25,4 +25,17 @@ QtcPlugin {
|
|||||||
"haskelltokenizer.cpp", "haskelltokenizer.h",
|
"haskelltokenizer.cpp", "haskelltokenizer.h",
|
||||||
"stackbuildstep.cpp", "stackbuildstep.h"
|
"stackbuildstep.cpp", "stackbuildstep.h"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Qt.core.resourceFileBaseName: "HaskellWizards" // avoid conflicting qrc file
|
||||||
|
Group {
|
||||||
|
name: "Wizard files"
|
||||||
|
Qt.core.resourceSourceBase: sourceDirectory
|
||||||
|
Qt.core.resourcePrefix: "haskell/"
|
||||||
|
fileTags: "qt.core.resource_data"
|
||||||
|
prefix: "share/wizards/"
|
||||||
|
files: [
|
||||||
|
"module/file.hs",
|
||||||
|
"module/wizard.json",
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user