forked from qt-creator/qt-creator
Fix qbs code style
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
committed by
Joerg Bornemann
parent
0527a8bb70
commit
0d20c5b796
@@ -5,7 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
|
||||
QtcPlugin {
|
||||
name: "QmlJSEditor"
|
||||
|
||||
Depends { name: "qt"; submodules: ['widgets', 'script'] }
|
||||
Depends { name: "Qt"; submodules: ["widgets", "script"] }
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
@@ -26,7 +26,7 @@ QtcPlugin {
|
||||
]
|
||||
|
||||
files: [
|
||||
"qmljseditor.qrc",
|
||||
"qmljseditor.qrc",
|
||||
"quicktoolbarsettingspage.ui",
|
||||
"QmlJSEditor.mimetypes.xml",
|
||||
"jsfilewizard.cpp",
|
||||
|
||||
Reference in New Issue
Block a user