Fix qbs code style

Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Yuchen Deng
2012-06-19 15:36:27 +08:00
committed by Joerg Bornemann
parent 0527a8bb70
commit 0d20c5b796
60 changed files with 228 additions and 158 deletions

View File

@@ -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"
]
}