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

@@ -10,7 +10,7 @@ QtcPlugin {
Depends { name: "Qt4ProjectManager" }
Depends { name: "Debugger" }
Depends { name: "QtSupport" }
Depends { name: "qt"; submodules: ['widgets', 'xml', 'network'] }
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
property bool enable: false
property var pluginspecreplacements: ({"ANDROID_EXPERIMENTAL_STR": (enable ? "false": "true")})