forked from qt-creator/qt-creator
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
ad94d4f09c
commit
a00b291484
@@ -21,6 +21,8 @@ QtcLibrary {
|
||||
Depends { name: "Qt"; submodules: ["widgets", "script"] }
|
||||
|
||||
files: [
|
||||
"jsoncheck.cpp",
|
||||
"jsoncheck.h",
|
||||
"qmljs.qrc",
|
||||
"qmljs_global.h",
|
||||
"qmljsbind.cpp",
|
||||
@@ -55,6 +57,7 @@ QtcLibrary {
|
||||
"qmljspropertyreader.cpp",
|
||||
"qmljspropertyreader.h",
|
||||
"qmljsreformatter.cpp",
|
||||
"qmljsreformatter.h",
|
||||
"qmljsrewriter.cpp",
|
||||
"qmljsrewriter.h",
|
||||
"qmljsscanner.cpp",
|
||||
@@ -73,9 +76,6 @@ QtcLibrary {
|
||||
"qmljsutils.h",
|
||||
"qmljsvalueowner.cpp",
|
||||
"qmljsvalueowner.h",
|
||||
"qmljsreformatter.h",
|
||||
"jsoncheck.cpp",
|
||||
"jsoncheck.h",
|
||||
"images/element.png",
|
||||
"images/func.png",
|
||||
"images/property.png",
|
||||
@@ -99,7 +99,7 @@ QtcLibrary {
|
||||
"parser/qmljslexer_p.h",
|
||||
"parser/qmljsmemorypool_p.h",
|
||||
"parser/qmljsparser.cpp",
|
||||
"parser/qmljsparser_p.h"
|
||||
"parser/qmljsparser_p.h",
|
||||
]
|
||||
|
||||
ProductModule {
|
||||
|
||||
Reference in New Issue
Block a user