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,10 +5,9 @@ QtcPlugin {
|
||||
name: "Core"
|
||||
|
||||
Depends {
|
||||
name: "qt"
|
||||
name: "Qt"
|
||||
submodules: [
|
||||
'core', 'widgets', 'xml', 'network',
|
||||
'script', 'sql', 'help', 'printsupport'
|
||||
"core", "widgets", "xml", "network", "script", "sql", "help", "printsupport"
|
||||
]
|
||||
}
|
||||
Depends { name: "Utils" }
|
||||
@@ -30,7 +29,7 @@ QtcPlugin {
|
||||
]
|
||||
|
||||
cpp.dynamicLibraries: {
|
||||
if (qbs.targetOS == 'windows') return [
|
||||
if (qbs.targetOS == "windows") return [
|
||||
"ole32"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user