forked from qt-creator/qt-creator
Qbs project files: Use groups wherever applicable.
Provides better structuring of source files. Change-Id: Ic2d0094312bb7c8da01a1f38270564407fdbefce Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
@@ -14,103 +14,79 @@ QtcLibrary {
|
||||
Depends { name: "LanguageUtils" }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "script", "xml"] }
|
||||
|
||||
files: [
|
||||
"jsoncheck.cpp",
|
||||
"jsoncheck.h",
|
||||
"qmljs.qrc",
|
||||
"qmljs_global.h",
|
||||
"qmljsbind.cpp",
|
||||
"qmljsbind.h",
|
||||
"qmljsbundle.cpp",
|
||||
"qmljsbundle.h",
|
||||
"qmljscheck.cpp",
|
||||
"qmljscheck.h",
|
||||
"qmljscodeformatter.cpp",
|
||||
"qmljscodeformatter.h",
|
||||
"qmljscompletioncontextfinder.cpp",
|
||||
"qmljscompletioncontextfinder.h",
|
||||
"qmljscontext.cpp",
|
||||
"qmljscontext.h",
|
||||
"qmljsdelta.cpp",
|
||||
"qmljsdelta.h",
|
||||
"qmljsdocument.cpp",
|
||||
"qmljsdocument.h",
|
||||
"qmljsevaluate.cpp",
|
||||
"qmljsevaluate.h",
|
||||
"qmljsicons.cpp",
|
||||
"qmljsicons.h",
|
||||
"qmljsicontextpane.h",
|
||||
"qmljsindenter.cpp",
|
||||
"qmljsindenter.h",
|
||||
"qmljsinterpreter.cpp",
|
||||
"qmljsinterpreter.h",
|
||||
"qmljslineinfo.cpp",
|
||||
"qmljslineinfo.h",
|
||||
"qmljslink.cpp",
|
||||
"qmljslink.h",
|
||||
"qmljsmodelmanagerinterface.cpp",
|
||||
"qmljsmodelmanagerinterface.h",
|
||||
"qmljspropertyreader.cpp",
|
||||
"qmljspropertyreader.h",
|
||||
"qmljsqrcparser.cpp",
|
||||
"qmljsqrcparser.h",
|
||||
"qmljsreformatter.cpp",
|
||||
"qmljsreformatter.h",
|
||||
"qmljsrewriter.cpp",
|
||||
"qmljsrewriter.h",
|
||||
"qmljsscanner.cpp",
|
||||
"qmljsscanner.h",
|
||||
"qmljsscopeastpath.cpp",
|
||||
"qmljsscopeastpath.h",
|
||||
"qmljsscopebuilder.cpp",
|
||||
"qmljsscopebuilder.h",
|
||||
"qmljsscopechain.cpp",
|
||||
"qmljsscopechain.h",
|
||||
"qmljssimplereader.cpp",
|
||||
"qmljssimplereader.h",
|
||||
"qmljsstaticanalysismessage.cpp",
|
||||
"qmljsstaticanalysismessage.h",
|
||||
"qmljstypedescriptionreader.cpp",
|
||||
"qmljstypedescriptionreader.h",
|
||||
"qmljsutils.cpp",
|
||||
"qmljsutils.h",
|
||||
"qmljsvalueowner.cpp",
|
||||
"qmljsvalueowner.h",
|
||||
"images/element.png",
|
||||
"images/func.png",
|
||||
"images/property.png",
|
||||
"images/publicmember.png",
|
||||
"parser/qmldirparser.cpp",
|
||||
"parser/qmldirparser_p.h",
|
||||
"parser/qmlerror.cpp",
|
||||
"parser/qmlerror.h",
|
||||
"parser/qmljsast.cpp",
|
||||
"parser/qmljsast_p.h",
|
||||
"parser/qmljsastfwd_p.h",
|
||||
"parser/qmljsastvisitor.cpp",
|
||||
"parser/qmljsastvisitor_p.h",
|
||||
"parser/qmljsengine_p.cpp",
|
||||
"parser/qmljsengine_p.h",
|
||||
"parser/qmljsglobal_p.h",
|
||||
"parser/qmljsgrammar.cpp",
|
||||
"parser/qmljsgrammar_p.h",
|
||||
"parser/qmljskeywords_p.h",
|
||||
"parser/qmljslexer.cpp",
|
||||
"parser/qmljslexer_p.h",
|
||||
"parser/qmljsmemorypool_p.h",
|
||||
"parser/qmljsparser.cpp",
|
||||
"parser/qmljsparser_p.h",
|
||||
"persistenttrie.cpp",
|
||||
"persistenttrie.h",
|
||||
"consolemanagerinterface.cpp",
|
||||
"consolemanagerinterface.h",
|
||||
"consoleitem.cpp",
|
||||
"consoleitem.h",
|
||||
"iscriptevaluator.h"
|
||||
]
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"consoleitem.cpp", "consoleitem.h",
|
||||
"consolemanagerinterface.cpp", "consolemanagerinterface.h",
|
||||
"iscriptevaluator.h",
|
||||
"jsoncheck.cpp", "jsoncheck.h",
|
||||
"persistenttrie.cpp", "persistenttrie.h",
|
||||
"qmljs.qrc",
|
||||
"qmljs_global.h",
|
||||
"qmljsbind.cpp", "qmljsbind.h",
|
||||
"qmljsbundle.cpp", "qmljsbundle.h",
|
||||
"qmljscheck.cpp", "qmljscheck.h",
|
||||
"qmljscodeformatter.cpp", "qmljscodeformatter.h",
|
||||
"qmljscompletioncontextfinder.cpp", "qmljscompletioncontextfinder.h",
|
||||
"qmljscontext.cpp", "qmljscontext.h",
|
||||
"qmljsdelta.cpp", "qmljsdelta.h",
|
||||
"qmljsdocument.cpp", "qmljsdocument.h",
|
||||
"qmljsevaluate.cpp", "qmljsevaluate.h",
|
||||
"qmljsicons.cpp", "qmljsicons.h",
|
||||
"qmljsicontextpane.h",
|
||||
"qmljsindenter.cpp", "qmljsindenter.h",
|
||||
"qmljsinterpreter.cpp", "qmljsinterpreter.h",
|
||||
"qmljslineinfo.cpp", "qmljslineinfo.h",
|
||||
"qmljslink.cpp", "qmljslink.h",
|
||||
"qmljsmodelmanagerinterface.cpp", "qmljsmodelmanagerinterface.h",
|
||||
"qmljspropertyreader.cpp", "qmljspropertyreader.h",
|
||||
"qmljsqrcparser.cpp", "qmljsqrcparser.h",
|
||||
"qmljsreformatter.cpp", "qmljsreformatter.h",
|
||||
"qmljsrewriter.cpp", "qmljsrewriter.h",
|
||||
"qmljsscanner.cpp", "qmljsscanner.h",
|
||||
"qmljsscopeastpath.cpp", "qmljsscopeastpath.h",
|
||||
"qmljsscopebuilder.cpp", "qmljsscopebuilder.h",
|
||||
"qmljsscopechain.cpp", "qmljsscopechain.h",
|
||||
"qmljssimplereader.cpp", "qmljssimplereader.h",
|
||||
"qmljsstaticanalysismessage.cpp", "qmljsstaticanalysismessage.h",
|
||||
"qmljstypedescriptionreader.cpp", "qmljstypedescriptionreader.h",
|
||||
"qmljsutils.cpp", "qmljsutils.h",
|
||||
"qmljsvalueowner.cpp", "qmljsvalueowner.h"
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Images"
|
||||
prefix: "images/"
|
||||
files: [
|
||||
"element.png",
|
||||
"func.png",
|
||||
"property.png",
|
||||
"publicmember.png",
|
||||
]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "Parser"
|
||||
prefix: "parser/"
|
||||
files: [
|
||||
"qmldirparser.cpp", "qmldirparser_p.h",
|
||||
"qmlerror.cpp", "qmlerror.h",
|
||||
"qmljsast.cpp", "qmljsast_p.h",
|
||||
"qmljsastfwd_p.h",
|
||||
"qmljsastvisitor.cpp", "qmljsastvisitor_p.h",
|
||||
"qmljsengine_p.cpp", "qmljsengine_p.h",
|
||||
"qmljsglobal_p.h",
|
||||
"qmljsgrammar.cpp", "qmljsgrammar_p.h",
|
||||
"qmljskeywords_p.h",
|
||||
"qmljslexer.cpp", "qmljslexer_p.h",
|
||||
"qmljsmemorypool_p.h",
|
||||
"qmljsparser.cpp", "qmljsparser_p.h",
|
||||
]
|
||||
}
|
||||
|
||||
Export {
|
||||
Depends { name: "LanguageUtils" }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user