forked from qt-creator/qt-creator
KSyntaxHighlighting: Streamline qbs build
We don't have to build all the source files, and with Qt6, we can't. Change-Id: Ica16e90160cf4a90612f7bba28a1140d4e8c70a2 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -44,8 +44,50 @@ Project {
|
|||||||
name: "lib"
|
name: "lib"
|
||||||
prefix: "src/lib/"
|
prefix: "src/lib/"
|
||||||
files: [
|
files: [
|
||||||
"*.h",
|
"abstracthighlighter.cpp",
|
||||||
"*.cpp"
|
"abstracthighlighter.h",
|
||||||
|
"abstracthighlighter_p.h",
|
||||||
|
"context.cpp",
|
||||||
|
"context_p.h",
|
||||||
|
"contextswitch.cpp",
|
||||||
|
"contextswitch_p.h",
|
||||||
|
"definition.cpp",
|
||||||
|
"definition.h",
|
||||||
|
"definition_p.h",
|
||||||
|
"definitiondownloader.cpp",
|
||||||
|
"definitiondownloader.h",
|
||||||
|
"definitionref_p.h",
|
||||||
|
"foldingregion.cpp",
|
||||||
|
"foldingregion.h",
|
||||||
|
"format.cpp",
|
||||||
|
"format.h",
|
||||||
|
"format_p.h",
|
||||||
|
"htmlhighlighter.cpp",
|
||||||
|
"htmlhighlighter.h",
|
||||||
|
"keywordlist.cpp",
|
||||||
|
"keywordlist_p.h",
|
||||||
|
"ksyntaxhighlighting_export.h",
|
||||||
|
"matchresult_p.h",
|
||||||
|
"repository.cpp",
|
||||||
|
"repository.h",
|
||||||
|
"repository_p.h",
|
||||||
|
"rule.cpp",
|
||||||
|
"rule_p.h",
|
||||||
|
"state.cpp",
|
||||||
|
"state.h",
|
||||||
|
"state_p.h",
|
||||||
|
"syntaxhighlighter.cpp",
|
||||||
|
"syntaxhighlighter.h",
|
||||||
|
"textstyledata_p.h",
|
||||||
|
"theme.cpp",
|
||||||
|
"theme.h",
|
||||||
|
"themedata.cpp",
|
||||||
|
"themedata_p.h",
|
||||||
|
"wildcardmatcher.cpp",
|
||||||
|
"wildcardmatcher_p.h",
|
||||||
|
"worddelimiters.cpp",
|
||||||
|
"worddelimiters_p.h",
|
||||||
|
"xml_p.h",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user